소스 검색

编写结论修改

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