From e89c48933f17f7cf73610f786e29153f73356130 Mon Sep 17 00:00:00 2001 From: shizhong <124974919@qq.com> Date: Mon, 2 Oct 2023 12:54:22 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E3=80=90=E5=B7=A5=E4=BD=9C=E6=B5=81?= =?UTF-8?q?=E3=80=91--=E5=A7=94=E6=B4=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/bpm/processInstance/detail/TaskDelegateForm.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/bpm/processInstance/detail/TaskDelegateForm.vue b/src/views/bpm/processInstance/detail/TaskDelegateForm.vue index d0313731..65c4f1cf 100644 --- a/src/views/bpm/processInstance/detail/TaskDelegateForm.vue +++ b/src/views/bpm/processInstance/detail/TaskDelegateForm.vue @@ -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 方法,用于打开弹窗