|
@@ -98,7 +98,7 @@ export default {
|
|
|
|
|
|
if(jxIndex !== -1 || prIndex !== -1) this.hasCompose = true;
|
|
|
this.cp_companies = this.companies.filter((item) => item.label !== "北京锦兴弘昌科技有限公司" && item.label !== "北京普润心堂商贸有限公司")
|
|
|
- if(this.hasCompose) this.cp_companies = [...this.cp_companies,{ value:"GS2302231124114965",label: "普润&锦兴&知事"}]
|
|
|
+ if(this.hasCompose) this.cp_companies = [...this.cp_companies,{ value:"GS2401181650538135",label: "普润&锦兴&知事"}]
|
|
|
if(this.cp_companies.length === 4) this.cp_companies = [{ value:"",label: "所有公司"},...this.cp_companies];
|
|
|
|
|
|
this.isEmpty = this.cp_companies.length === 0;
|