mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-09 10:56:46 +08:00
Merge branch '250213-prod-master_1202-gx' into test20250220
This commit is contained in:
@@ -751,7 +751,8 @@ export default {
|
||||
...state.searchParam ,
|
||||
//TODO GX03
|
||||
//审批未通过意外的数据
|
||||
approvalType:1
|
||||
approvalType:1,
|
||||
moduleType:1
|
||||
};
|
||||
|
||||
if(objA.status == 0){
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user