Vue3 重构:工作流分组

This commit is contained in:
YunaiV
2023-03-22 21:50:44 +08:00
parent 812300cc04
commit 67de9fc567
10 changed files with 307 additions and 236 deletions

View File

@ -378,7 +378,7 @@ onMounted(() => {
// 加载详情
getDetail()
// 加载用户的列表
UserApi.getListSimpleUsersApi().then((data) => {
UserApi.getSimpleUserList().then((data) => {
userOptions.value.push(...data)
})
})