feat:流程自动审批功能
改成同步事件
This commit is contained in:
@ -445,7 +445,7 @@
|
||||
* 判断该次审核是否触发自动同意事务,并且检验返回得task 是否是自身作为被审需要弹框再次审核
|
||||
* @param response
|
||||
*/
|
||||
async function checkIsAutoAgree(response) {
|
||||
function checkIsAutoAgree(response) {
|
||||
if (response != null
|
||||
&& response.length != 0
|
||||
&& response[0].isAutoAgree == true //
|
||||
|
||||
Reference in New Issue
Block a user