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