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