This commit is contained in:
hayu 2025-10-31 10:00:34 +08:00
parent 3ab9ac039c
commit 2cfd4e657e
1 changed files with 1 additions and 1 deletions

View File

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