Browse Source

编写结论修改

duy 1 year ago
parent
commit
754fbab877
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/views/transfer/initial-expert.vue

+ 2 - 0
src/views/transfer/initial-expert.vue

@@ -262,6 +262,7 @@ const writingConclusionClick = async () => {
     // })
     const { error, code, data, msg } = await initialgApi.startInspect({
         projectId: projectId.value,
+        type:2,
        
     })
     if (!error && code === 200) {
@@ -275,6 +276,7 @@ const submitReportClick = async () => {
 
     const { error, code, data, msg } = await initialgApi.startInspect({
         projectId: projectId.value,
+        type:1,
        
     })