mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-04-21 05:38:38 +00:00
BPM:优化 task 审批详情界面,增加开始时间、结束时间的展示
This commit is contained in:
@@ -461,7 +461,7 @@ const updateElementExtensions = () => {
|
||||
|
||||
const formList = ref([]) // 流程表单的下拉框的数据
|
||||
onMounted(async () => {
|
||||
formList.value = await FormApi.getSimpleFormList()
|
||||
formList.value = await FormApi.getFormSimpleList()
|
||||
})
|
||||
|
||||
watch(
|
||||
|
||||
Reference in New Issue
Block a user