mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 11:56:46 +08:00
审批内容
This commit is contained in:
@@ -751,7 +751,8 @@ export default {
|
|||||||
...state.searchParam ,
|
...state.searchParam ,
|
||||||
//TODO GX03
|
//TODO GX03
|
||||||
//审批未通过意外的数据
|
//审批未通过意外的数据
|
||||||
approvalType:1
|
approvalType:1,
|
||||||
|
moduleType:1
|
||||||
};
|
};
|
||||||
|
|
||||||
if(objA.status == 0){
|
if(objA.status == 0){
|
||||||
|
|||||||
@@ -733,7 +733,8 @@ export default {
|
|||||||
...state.searchParam ,
|
...state.searchParam ,
|
||||||
//TODO GX03 加审核结束标记
|
//TODO GX03 加审核结束标记
|
||||||
//审核通过数据
|
//审核通过数据
|
||||||
approvalType:0
|
approvalType:0,
|
||||||
|
moduleType:0
|
||||||
};
|
};
|
||||||
queryTrainOrg(objA).then((res) => {
|
queryTrainOrg(objA).then((res) => {
|
||||||
tableData.value = res.data.data.records;
|
tableData.value = res.data.data.records;
|
||||||
|
|||||||
Reference in New Issue
Block a user