songxy пре 1 година
родитељ
комит
73692e8cbb
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      client/src/views/OaSystem/projectCenter/projectBook/myProject.vue

+ 1 - 1
client/src/views/OaSystem/projectCenter/projectBook/myProject.vue

@@ -213,7 +213,7 @@ const handleCurrentChange = (pageNo: number) => {
 }
 const operateClick = (row: any) => {
   router.push({
-    path: 'projectDetail',
+    path: '/projectDetail',
     query: { id: row.id, name: row.xmmc }
   })
 }