Merge branch 'develop' into 'FOTON'
commit See merge request LAWS/laws-system-front-FOTON!275
This commit is contained in:
@@ -336,6 +336,7 @@
|
|||||||
name: "bzzqyjStep3",
|
name: "bzzqyjStep3",
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
onlyKey: '',
|
||||||
commentText3: '',
|
commentText3: '',
|
||||||
itermsConditionsFlag: false,
|
itermsConditionsFlag: false,
|
||||||
itermsConditionsTitle: '',
|
itermsConditionsTitle: '',
|
||||||
@@ -592,6 +593,7 @@
|
|||||||
if (this.data.length < 1) {
|
if (this.data.length < 1) {
|
||||||
this.isSubmit = true
|
this.isSubmit = true
|
||||||
var json = this.json
|
var json = this.json
|
||||||
|
json.onlyKey = this.onlyKey
|
||||||
json.commentText = this.commentText3
|
json.commentText = this.commentText3
|
||||||
json.info = []
|
json.info = []
|
||||||
json.form = this.form
|
json.form = this.form
|
||||||
@@ -696,6 +698,8 @@
|
|||||||
this.json = data
|
this.json = data
|
||||||
this.getItemList(data.standId,data.textType)
|
this.getItemList(data.standId,data.textType)
|
||||||
this.data = data.info || data.data || data.form.data || []
|
this.data = data.info || data.data || data.form.data || []
|
||||||
|
this.onlyKey = data.onlyKey
|
||||||
|
console.log(data);
|
||||||
}).catch(e => {
|
}).catch(e => {
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user