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

修改

parent 808ba4f4
...@@ -178,9 +178,12 @@ export default { ...@@ -178,9 +178,12 @@ export default {
console.log('val', val) console.log('val', val)
if (this.fatherType === 'project') { if (this.fatherType === 'project') {
this.projectComList = val this.projectComList = val
} else { } else if (val[0].ZBPNAME_ZH) {
this.companyName = val[0].ZBPNAME_ZH this.companyName = val[0].ZBPNAME_ZH
this.companyCode = val[0].ZBP this.companyCode = val[0].ZBP
} else {
this.companyName = val[0].ZBPNAME_LOC
this.companyCode = val[0].ZBP
} }
}, },
select(selection, row) { select(selection, 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