mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-30 02:35:08 +08:00
【功能重构】减签功能页面重构
This commit is contained in:
@ -261,9 +261,7 @@ const configForm = tempConfigForm as Ref<CopyTaskFormType>
|
||||
// 抄送人策略, 去掉发起人自选 和 发起人自己
|
||||
const copyUserStrategies = computed(() => {
|
||||
return CANDIDATE_STRATEGY.filter(
|
||||
(item) =>
|
||||
item.value !== CandidateStrategy.START_USER_SELECT &&
|
||||
item.value !== CandidateStrategy.START_USER
|
||||
(item) => item.value !== CandidateStrategy.START_USER
|
||||
)
|
||||
})
|
||||
// 改变抄送人设置策略
|
||||
|
Reference in New Issue
Block a user