BPM:增强 model 流程模型部署时,各种参数校验

This commit is contained in:
YunaiV
2024-03-20 18:51:49 +08:00
parent 08dd4ed072
commit d0f73344bf
7 changed files with 69 additions and 29 deletions

View File

@ -168,11 +168,10 @@ const approveFormFApis = ref<ApiAttrs[]>([]) // approveForms 的 fAPi
// ========== 申请信息 ==========
const fApi = ref<ApiAttrs>() //
const detailForm = ref({
// 流程表单详情
rule: [],
option: {},
value: {}
})
}) // 流程实例的表单详情
/** 监听 approveFormFApis实现它对应的 form-create 初始化后,隐藏掉对应的表单提交按钮 */
watch(