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