企业筛选优化

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

@@ -619,7 +619,7 @@ export default {
companyRemoteMethod(value) {
// 远程搜索企业
if (value) {
oilCompanyInfoApi.getLike(value).then((res) => {
oilCompanyInfoApi.getLikeByNameSuccess({ 'name': value }).then((res) => {
this.queryCompanyList = res.data;
});
}