|
|
管理大大,9.5版本后通过流程表单选择下一步操作人,流程无法流转,F12显示循环调用导致的栈溢出(Maximum call stack size exceeded)
RangeError: Maximum call stack size exceededat Object.exec (<anonymous>:1:64364)at Object.fire (<anonymous>:1:65486)at Object.fire (o2.js?v=-1c262ac:1475:23)at Object.<anonymous> (<anonymous>:1:247723)
未定义属性访问错误(Cannot read properties of undefined/null)
[color=rgba(0, 0, 0, 0.45)]// 推测原错误代码()const workid = someObj.workid;const notice = res.data.notice;const node = target.node;
|
|