mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-22 23:05:08 +08:00
BPM:增加 task 的审批建议
This commit is contained in:
@ -33,12 +33,6 @@ const bpmnControlForm = ref({
|
||||
prefix: 'flowable'
|
||||
})
|
||||
const activityList = ref([]) // 任务列表
|
||||
// const bpmnXML = computed(() => { // TODO 芋艿:不晓得为啊哈不能这么搞
|
||||
// if (!props.processInstance || !props.processInstance.processDefinition) {
|
||||
// return
|
||||
// }
|
||||
// return DefinitionApi.getProcessDefinitionBpmnXML(props.processInstance.processDefinition.id)
|
||||
// })
|
||||
|
||||
/** 初始化 */
|
||||
onMounted(async () => {
|
||||
|
Reference in New Issue
Block a user