feat:流程自动审批功能
改成同步事件
This commit is contained in:
@ -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 //
|
||||||
|
|||||||
Reference in New Issue
Block a user