bding 1 年之前
父節點
當前提交
c3ed39b1b5
共有 1 個文件被更改,包括 1 次插入1 次删除
  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, ""),
       });