审批内容

This commit is contained in:
gengxin
2025-02-21 17:28:25 +08:00
parent a3e4615ce4
commit cf84a12ac5
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;