mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-25 08:15:07 +08:00
【代码评审】工作流:新发起页的优化
This commit is contained in:
@ -283,7 +283,7 @@ const handleSelectUser = (activityId, selectedList) => {
|
||||
const emit = defineEmits<{
|
||||
selectUserConfirm: [id: any, userList: any[]]
|
||||
}>()
|
||||
const customApprover: any = ref({})
|
||||
const customApprover: any = ref({}) // key:activityId,value:用户列表 TODO 芋艿:变量改下
|
||||
// 选择完成
|
||||
const handleUserSelectConfirm = (activityId, userList) => {
|
||||
customApprover.value[activityId] = userList || []
|
||||
|
Reference in New Issue
Block a user