diff --git a/src/pages/processCenter/pages/creatProcess/bzzqyj/step3.vue b/src/pages/processCenter/pages/creatProcess/bzzqyj/step3.vue index 814d4be51..893a085af 100644 --- a/src/pages/processCenter/pages/creatProcess/bzzqyj/step3.vue +++ b/src/pages/processCenter/pages/creatProcess/bzzqyj/step3.vue @@ -336,6 +336,7 @@ name: "bzzqyjStep3", data() { return { + onlyKey: '', commentText3: '', itermsConditionsFlag: false, itermsConditionsTitle: '', @@ -592,6 +593,7 @@ if (this.data.length < 1) { this.isSubmit = true var json = this.json + json.onlyKey = this.onlyKey json.commentText = this.commentText3 json.info = [] json.form = this.form @@ -696,6 +698,8 @@ this.json = data this.getItemList(data.standId,data.textType) this.data = data.info || data.data || data.form.data || [] + this.onlyKey = data.onlyKey + console.log(data); }).catch(e => { }) })