Browse Source

编写结论跳转

duy 1 year ago
parent
commit
e878f904ed
1 changed files with 11 additions and 3 deletions
  1. 11 3
      src/views/transfer/initial-expert.vue

+ 11 - 3
src/views/transfer/initial-expert.vue

@@ -258,10 +258,18 @@ const getTableFileData = async () => {
 }
 
 //编写结论
-const writingConclusionClick = () => {
-    router.push({
-        name: 'transfer-writing-conclusion',
+const writingConclusionClick = async () => {
+    // router.push({
+    //     name: 'transfer-writing-conclusion',
+    // })
+    const { error, code, data, msg } = await initialgApi.startInspect({
+        projectId: projectId.value,
+       
     })
+    if (!error && code === 200) {
+        router.push({ name: 'transfer-writing-conclusion' })
+     
+    }
 }
 
 //开始抽检