This commit is contained in:
parent
3ab9ac039c
commit
2cfd4e657e
|
|
@ -716,7 +716,7 @@ export default {
|
|||
this.uniteList = []
|
||||
|
||||
if (!value) return
|
||||
const res = await getDepartNameList({ companyName: value })
|
||||
const res = await getDepartNameList({ impUnitName: value })
|
||||
this.departOptions = res.data.map(item => ({
|
||||
label: item.departName,
|
||||
value: item.departName
|
||||
|
|
|
|||
Loading…
Reference in New Issue