소스 검색

修复代码冲突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 }
   })
 }