update 稽查流程完善

This commit is contained in:
danshihao
2024-01-07 16:48:24 +08:00
parent c6fe56773c
commit 3240e0d4c2
12 changed files with 44 additions and 100 deletions
@@ -426,7 +426,7 @@ export default {
// draftData:
})
// 1待办 2草稿
res.saveSource = this.$route.query.draftId ? 2 : 1
res.saveSource = (this.$route.query.draftId || !this.$route.query.projectId) ? 2 : 1
console.log(res)
return saveInspectProcess(res)
}).then(res => {