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