File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
src/components/bpmnProcessDesigner/package/penal/task/task-components Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -354,12 +354,13 @@ const resetTaskForm = () => {
354
354
const changeCandidateStrategy = () => {
355
355
userTaskForm .value .candidateParam = []
356
356
deptLevel .value = 1
357
- if (userTaskForm .value .candidateStrategy === CandidateStrategy .FORM_USER ) {
358
- // 特殊处理表单内用户字段,当只有发起人选项时应选中发起人
359
- if (! userFieldOnFormOptions .value || userFieldOnFormOptions .value .length <= 1 ) {
360
- userTaskForm .value .candidateStrategy = CandidateStrategy .START_USER
361
- }
362
- }
357
+ // 注释 by 芋艿:这个交互很多用户反馈费解,https://t.zsxq.com/xNmas 所以暂时屏蔽
358
+ // if (userTaskForm.value.candidateStrategy === CandidateStrategy.FORM_USER) {
359
+ // // 特殊处理表单内用户字段,当只有发起人选项时应选中发起人
360
+ // if (!userFieldOnFormOptions.value || userFieldOnFormOptions.value.length <= 1) {
361
+ // userTaskForm.value.candidateStrategy = CandidateStrategy.START_USER
362
+ // }
363
+ // }
363
364
updateElementTask ()
364
365
}
365
366
You can’t perform that action at this time.
0 commit comments