snow 1 年之前
父節點
當前提交
bec1cdc5f7

文件差異過大導致無法顯示
+ 0 - 0
dist/index.html


文件差異過大導致無法顯示
+ 0 - 0
dist/static/css/app.6ecdbe6c.css


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/app.051c6af7.js


二進制
dist/static/js/app.051c6af7.js.gz


文件差異過大導致無法顯示
+ 0 - 0
dist/static/js/app.65b9d08a.js


二進制
dist/static/js/app.65b9d08a.js.gz


+ 1 - 1
src/components/newResults/company-month.vue

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

部分文件因文件數量過多而無法顯示