审批全部

This commit is contained in:
gengxin
2025-02-21 11:01:54 +08:00
parent d7196827e0
commit 30d6d5ffc1

View File

@@ -756,10 +756,12 @@ export default {
if(objA.status == 0){
objA.approvalType = null; //全部数据
objA.status = null;
}
if(objA.status == 3){ //审核通过
objA.approvalType = 0
objA.approvalType = 0;
}
queryTrainOrg(objA).then((res) => {