diff --git a/src/components/CustomFormComponents/InputForAllStandards2.vue b/src/components/CustomFormComponents/InputForAllStandards2.vue index a69bd111f..a9f6f123d 100644 --- a/src/components/CustomFormComponents/InputForAllStandards2.vue +++ b/src/components/CustomFormComponents/InputForAllStandards2.vue @@ -335,7 +335,7 @@ page: 1, pageSize: this.$store.getters.userInfo.configContent, total: 0, - standType: 'ALL', + standType: 'INLAND', quoteIdList: '', validFlag: '0' } diff --git a/src/pages/processCenter/pages/creatProcess/bzzqyj/step3.vue b/src/pages/processCenter/pages/creatProcess/bzzqyj/step3.vue index 893a085af..4807528be 100644 --- a/src/pages/processCenter/pages/creatProcess/bzzqyj/step3.vue +++ b/src/pages/processCenter/pages/creatProcess/bzzqyj/step3.vue @@ -562,6 +562,7 @@ let _formData = new FormData(); let json = this.form json.data = this.data + json.onlyKey = this.onlyKey _formData.append("id", this.bpnId || ""); _formData.append("prcType", "3"); _formData.append("taskIds", this.taskIds); @@ -635,10 +636,11 @@ else { this.isSubmit = true var json = this.json - json.commentText = this.commentText + json.commentText = this.commentText3 json.info = this.data json.form = this.form json.department = this.$store.getters.userInfo.orgName + json.onlyKey = this.onlyKey this.$http.post('lawss/activiti/completeTask', { json: JSON.stringify(json), taskId: this.taskIds, @@ -662,7 +664,6 @@ }, {}, res => { if (res.ok) { this.options = res.data.list - console.log(res); } }, e => { }) @@ -696,10 +697,9 @@ this.form.endTime = data.endTime || data.form.endTime this.todoId = res.id this.json = data + this.onlyKey = data.form ? data.form.onlyKey : data.onlyKey this.getItemList(data.standId,data.textType) this.data = data.info || data.data || data.form.data || [] - this.onlyKey = data.onlyKey - console.log(data); }).catch(e => { }) })