审核中心全部数据

This commit is contained in:
gengxin
2025-02-21 10:35:46 +08:00
parent 30ef4b672f
commit 4c91874ee0

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) => {