bding 1 rok temu
rodzic
commit
c3ed39b1b5

+ 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, ""),
       });