fix 标准征求意见流程、法规采购流程保存
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user