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
@@ -310,7 +310,7 @@ export default {
this.getPageParams(false).then(res => {
console.log(res)
// 1待办 2草稿
res.saveSource = this.$route.query.draftId ? 2 : 1
res.saveSource = (this.$route.query.draftId || !this.$route.query.projectId) ? 2 : 1
return saveStandardPromotion(res)
}).then(res => {
if (res.success) {