浏览代码

修复代码冲突bug

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 }
   })
 }