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