zhengkaixin 8 місяців тому
батько
коміт
93dbf8cb71
1 змінених файлів з 5 додано та 1 видалено
  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();