fix 标准征求意见流程、法规采购流程保存

This commit is contained in:
赵霄
2024-01-10 09:50:04 +08:00
parent c59414d902
commit 6973fb7917
3 changed files with 5 additions and 3 deletions
@@ -822,7 +822,8 @@ export default {
initProcessDetailData () {
this.loading = true
const params = {
taskId: this.$route.query.taskId
taskId: this.$route.query.taskId,
projectId: this.$route.query.projectId
}
if (this.$route.query.draftId) {
params.draftId = this.$route.query.draftId