feat: 【工作流】--委派

This commit is contained in:
shizhong
2023-10-02 12:54:22 +08:00
parent 17dd0f1a29
commit e89c48933f

View File

@ -52,7 +52,7 @@ const open = async (id: string) => {
resetForm()
formData.value.id = id
// 获得用户列表
userList.value = await UserApi.getSimpleUserList()
userList.value = await UserApi.getListSimpleUsersApi()
}
defineExpose({ open }) // 提供 openModal 方法,用于打开弹窗