zhengkaixin il y a 8 mois
Parent
commit
93dbf8cb71
1 fichiers modifiés avec 5 ajouts et 1 suppressions
  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();