crm:完善数据权限的界面

(cherry picked from commit 5f26c4afe9)
This commit is contained in:
YunaiV
2023-11-30 13:42:49 +08:00
committed by shizhong
parent 008c125abc
commit 993cb4f216
15 changed files with 264 additions and 245 deletions

View File

@ -225,7 +225,7 @@ const open = async (type: string, id?: number) => {
dialogTitle.value = t('action.' + type)
formType.value = type
resetForm()
allContactList.value = await ContactApi.simpleAllList()
allContactList.value = await ContactApi.getSimpleContactList()
userList.value = await UserApi.getSimpleUserList()
customerList.value = await CustomerApi.queryAllList()
areaList.value = await AreaApi.getAreaTree()