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