From 81c48805457b403e1c8e941c25e4980a78d00947 Mon Sep 17 00:00:00 2001 From: zhutianqi Date: Fri, 31 Dec 2021 14:35:15 +0800 Subject: [PATCH] commit --- src/pages/processCenter/pages/creatProcess/bzzqyj/step3.vue | 4 ++++ 1 file changed, 4 insertions(+) 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 => { }) })