Merge branch '250213-prod-master_1202-gx' into test20250220

This commit is contained in:
gengxin
2025-02-21 17:28:57 +08:00
2 changed files with 4 additions and 2 deletions

View File

@@ -751,7 +751,8 @@ export default {
...state.searchParam ,
//TODO GX03
//审批未通过意外的数据
approvalType:1
approvalType:1,
moduleType:1
};
if(objA.status == 0){

View File

@@ -733,7 +733,8 @@ export default {
...state.searchParam ,
//TODO GX03 加审核结束标记
//审核通过数据
approvalType:0
approvalType:0,
moduleType:0
};
queryTrainOrg(objA).then((res) => {
tableData.value = res.data.data.records;