File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
src/components/bpmnProcessDesigner/package/penal/custom-config Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change
1
+ <!-- UserTask 自定义配置:
2
+ 1. 审批人与提交人为同一人时
3
+ -->
1
4
<template >
2
5
<div class =" panel-tab__content" >
3
6
<el-divider content-position =" left" >审批人与提交人为同一人时</el-divider >
12
15
</template >
13
16
14
17
<script lang="ts" setup>
15
- import { ASSIGN_START_USER_HANDLER_TYPES } from ' ../../../.. /SimpleProcessDesignerV2/src/consts'
18
+ import { ASSIGN_START_USER_HANDLER_TYPES } from ' @/components /SimpleProcessDesignerV2/src/consts'
16
19
17
20
defineOptions ({ name: ' ElementCustomConfig' })
18
21
const props = defineProps ({
@@ -58,7 +61,7 @@ const updateAssignStartUserHandlerType = () => {
58
61
updateElementExtensions ()
59
62
}
60
63
61
- const updateElementExtensions = (properties ) => {
64
+ const updateElementExtensions = () => {
62
65
const extensions = bpmnInstances ().moddle .create (' bpmn:ExtensionElements' , {
63
66
values: otherExtensions .value .concat ([assignStartUserHandlerTypeEl .value ])
64
67
})
You can’t perform that action at this time.
0 commit comments