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