mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-12 12:26:47 +08:00
审批 审核通过
This commit is contained in:
@@ -751,6 +751,12 @@ export default {
|
|||||||
//审批未通过意外的数据
|
//审批未通过意外的数据
|
||||||
approvalType:1
|
approvalType:1
|
||||||
};
|
};
|
||||||
|
|
||||||
|
if(objA.status == 3){ //审核通过
|
||||||
|
objA.approvalType = 0
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
queryTrainOrg(objA).then((res) => {
|
queryTrainOrg(objA).then((res) => {
|
||||||
tableData.value = res.data.data.records;
|
tableData.value = res.data.data.records;
|
||||||
state.tableDataTotal = Number(res.data.data.total);
|
state.tableDataTotal = Number(res.data.data.total);
|
||||||
|
|||||||
Reference in New Issue
Block a user