企业筛选优化
This commit is contained in:
@@ -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;
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user