【代码评审】BPM:子流程

This commit is contained in:
YunaiV
2025-02-24 23:06:56 +08:00
parent cd0f1322fb
commit 32f2d406c3
3 changed files with 11 additions and 8 deletions

View File

@@ -157,7 +157,7 @@ const initProcessInfo = async (row: any, formVariables?: any) => {
}
/** 预测流程节点会因为输入的参数值而产生新的预测结果值,所以需重新预测一次 */
// TODO @芋艿:这里我执行填写表单的时候不知道为啥一直报错,先注释了
// TODO @芋艿:这里我执行填写表单的时候不知道为啥一直报错,先注释了 @lesan可以和群里的小北说下
// watch(
// detailForm.value,
// (newValue) => {