【代码评审】工作流:新发起页的优化

This commit is contained in:
YunaiV
2024-11-08 23:01:23 +08:00
parent d052356ff0
commit 066607ab08
4 changed files with 65 additions and 45 deletions

View File

@ -283,7 +283,7 @@ const handleSelectUser = (activityId, selectedList) => {
const emit = defineEmits<{
selectUserConfirm: [id: any, userList: any[]]
}>()
const customApprover: any = ref({})
const customApprover: any = ref({}) // keyactivityIdvalue用户列表 TODO 芋艿:变量改下
// 选择完成
const handleUserSelectConfirm = (activityId, userList) => {
customApprover.value[activityId] = userList || []