Commit 5e1779a8 authored by xiongjinke's avatar xiongjinke

修改

parent 87a4488b
......@@ -100,7 +100,6 @@ export default {
}
},
created() {
this.handleQuery()
this.infos = this.customerInfo
this.iscompanyInfo = this.companyInfo ? this.companyInfo : {}
},
......@@ -135,6 +134,7 @@ export default {
customerInfos(){
customerInfo(this.customerIds).then(res=>{
this.infos = res.data
this.handleQuery()
})
},
focusNowedits(e){
......
......@@ -206,7 +206,7 @@ export default {
let res = await infoHeader({companyId:this.companyId})
if(res.code==200){
this.companyInfo = res.data
if(this.companyInfo.companyName){
if(this.companyInfo && this.companyInfo.companyName){
this.$nextTick(()=>{
document.getElementById('tagTitle').innerText = this.companyInfo.companyName
})
......
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