commit
This commit is contained in:
@@ -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 => {
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user