|
@@ -179,7 +179,11 @@ import {
|
|
|
},
|
|
|
|
|
|
onReady() {
|
|
|
- this.companyInfo=this.carhelp.getPersonInfoPlus().companyInfo
|
|
|
+
|
|
|
+ if(this.carhelp.getPersonInfoPlus().companyInfo){
|
|
|
+ this.companyInfo=this.carhelp.getPersonInfoPlus().companyInfo
|
|
|
+ }
|
|
|
+
|
|
|
this.tenantInfo=this.carhelp.getPersonInfoPlus().tenantInfo
|
|
|
|
|
|
this.contractList();
|