企业筛选优化

This commit is contained in:
xk_jiangfeng
2023-04-18 19:50:23 +08:00
parent dfe2ace2c9
commit 8b7c72c536
5 changed files with 36 additions and 26 deletions

View File

@@ -162,7 +162,7 @@ export default {
methods: {
parentCompanyOrginQuery(value) { // 远程搜索企业
if (value) {
oilCompanyInfoApi.getLikeByName({ 'name': value }).then(res => {
oilCompanyInfoApi.getLikeByNameSuccess({ 'name': value }).then(res => {
this.companyList = res.data
})
}