bding 1 anno fa
parent
commit
c3ed39b1b5
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      pages-purchaser/editColumnReport/editColumnReport.vue

+ 1 - 1
pages-purchaser/editColumnReport/editColumnReport.vue

@@ -200,7 +200,7 @@ export default {
       this.lableActive == 1 ? this.getIndustryList() : this.getCompanySearch();
     },
     // 获取行业标签
-    async  () {
+    async getIndustryList() {
       const res = await purchaserApi.yanxuanSpecialIndustrySearch({
         Keyword: this.columnName.replace(/\s+/g, ""),
       });