This commit is contained in:
xk_jiangfeng
2023-04-20 09:11:45 +08:00
parent 3e651b5795
commit ddba00a8f1
3 changed files with 4 additions and 4 deletions

View File

@@ -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
})
}