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
@@ -334,7 +334,8 @@ export default {
const params = {
processInstanceId: this.$route.query.processInstanceId,
draftId: this.$route.query.draftId,
taskId: this.$route.query.taskId
taskId: this.$route.query.taskId,
projectId: this.$route.query.projectId
}
queryProcurementProcessInfo(params).then(res => {
if (res.success) {