feat:流程自动审批功能

改成同步事件
This commit is contained in:
lvjunzhao
2025-02-20 09:37:04 +08:00
parent 891a088476
commit 2850e8abf5

View File

@ -445,7 +445,7 @@
* 判断该次审核是否触发自动同意事务并且检验返回得task 是否是自身作为被审需要弹框再次审核 * 判断该次审核是否触发自动同意事务并且检验返回得task 是否是自身作为被审需要弹框再次审核
* @param response * @param response
*/ */
async function checkIsAutoAgree(response) { function checkIsAutoAgree(response) {
if (response != null if (response != null
&& response.length != 0 && response.length != 0
&& response[0].isAutoAgree == true // && response[0].isAutoAgree == true //