zhengkaixin 8 hónapja
szülő
commit
93dbf8cb71
1 módosított fájl, 5 hozzáadás és 1 törlés
  1. 5 1
      pages/billingRules/billingRules.vue

+ 5 - 1
pages/billingRules/billingRules.vue

@@ -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();