优化
This commit is contained in:
@@ -257,7 +257,7 @@ export default {
|
||||
},
|
||||
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