审批 审核通过

This commit is contained in:
gengxin
2025-02-20 10:12:17 +08:00
parent 7b66b50da2
commit 28ea499047

View File

@@ -751,6 +751,12 @@ export default {
//审批未通过意外的数据
approvalType:1
};
if(objA.status == 3){ //审核通过
objA.approvalType = 0
}
queryTrainOrg(objA).then((res) => {
tableData.value = res.data.data.records;
state.tableDataTotal = Number(res.data.data.total);