This commit is contained in:
zhutianqi
2021-12-31 14:35:15 +08:00
parent 1dc6865c38
commit 81c4880545
@@ -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 => {
})
})