浏览代码

编写结论修改

duy 1 年之前
父节点
当前提交
754fbab877
共有 1 个文件被更改,包括 2 次插入0 次删除
  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,
        
     })