审批中心3

This commit is contained in:
gengxin
2025-03-04 13:46:53 +08:00
parent 89fe426657
commit 77df92eeca

View File

@@ -766,17 +766,7 @@ export default {
approvalType:1,
moduleType:1
};
// if(objA.status == 0){
// objA.approvalType = null; //全部数据
// objA.status = null;
// }
if(objA.status == 3){ //审核通过
objA.approvalType = 0;
}
queryTrainOrg(objA).then((res) => {
tableData.value = res.data.data.records;
state.tableDataTotal = Number(res.data.data.total);