Commit b9c605db authored by 张伯涛's avatar 张伯涛

修改

parent e269c1e2
...@@ -1876,6 +1876,9 @@ export default { ...@@ -1876,6 +1876,9 @@ export default {
} }
if (this.form.HTDFXX.length > 0) { if (this.form.HTDFXX.length > 0) {
for (let i = 0, l = this.form.HTDFXX.length; i < l; i++) { for (let i = 0, l = this.form.HTDFXX.length; i < l; i++) {
if (this.form.HTDFXX[i].AUTHORIZEDNAME === null) {
this.form.HTDFXX[i].AUTHORIZEDNAME = '()'
}
this.form.HTDFXX[i].listHTDFXX = this.form.HTDFXX[i].AUTHORIZEDNAME.split(',') this.form.HTDFXX[i].listHTDFXX = this.form.HTDFXX[i].AUTHORIZEDNAME.split(',')
this.$set(this.form.HTDFXX[i], 'incomeArray', []) this.$set(this.form.HTDFXX[i], 'incomeArray', [])
for (let j = 0, h = this.form.HTDFXX[i].listHTDFXX.length; j < h; j++) { for (let j = 0, h = this.form.HTDFXX[i].listHTDFXX.length; j < h; j++) {
...@@ -1884,9 +1887,9 @@ export default { ...@@ -1884,9 +1887,9 @@ export default {
AUTHORIZEDNAMEChild: this.form.HTDFXX[i].finalList[0], AUTHORIZEDNAMEChild: this.form.HTDFXX[i].finalList[0],
accessIdentify: this.form.HTDFXX[i].finalList[1].substring(0, this.form.HTDFXX[i].finalList[1].length - 1) accessIdentify: this.form.HTDFXX[i].finalList[1].substring(0, this.form.HTDFXX[i].finalList[1].length - 1)
} }
// console.log('参数参数', row) console.log('参数参数', row)
// console.log('参数参数', this.form.HTDFXX[i].incomeArray) // console.log('参数参数', this.form.HTDFXX[i].incomeArray)
// console.log('参数参数1', this.form.HTDFXX[i]) console.log('参数参数1', this.form.HTDFXX[i])
this.form.HTDFXX[i].incomeArray.push(row) this.form.HTDFXX[i].incomeArray.push(row)
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment