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
+1 -1
View File
@@ -2,4 +2,4 @@ NODE_ENV=development
VUE_APP_TAG_FLAG=0
VUE_APP_LOGIN_PAGE='/user/login'
VUE_APP_CURRENT_SYSTEM='inner'
VUE_APP_LOGOUT_PAGE='/user/login'
VUE_APP_LOGOUT_PAGE='/user/login'
@@ -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
@@ -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) {