审批中心4

This commit is contained in:
gengxin
2025-03-04 14:22:15 +08:00
parent b73286cf14
commit 5975fd7533
2 changed files with 2 additions and 12 deletions

View File

@@ -50,7 +50,7 @@ export default {
setTimeout(() => {
state.activeKey = '2';
organizationApprovalRef.value.getTableDate()
}, 3000);
}, 5000);
}

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;
}
console.log("执行 gx getTableDate objA",objA);
queryTrainOrg(objA).then((res) => {
tableData.value = res.data.data.records;
state.tableDataTotal = Number(res.data.data.total);