mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 20:06:47 +08:00
审批中心4
This commit is contained in:
@@ -50,7 +50,7 @@ export default {
|
|||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
state.activeKey = '2';
|
state.activeKey = '2';
|
||||||
organizationApprovalRef.value.getTableDate()
|
organizationApprovalRef.value.getTableDate()
|
||||||
}, 3000);
|
}, 5000);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -766,17 +766,7 @@ export default {
|
|||||||
approvalType:1,
|
approvalType:1,
|
||||||
moduleType:1
|
moduleType:1
|
||||||
};
|
};
|
||||||
|
console.log("执行 gx getTableDate objA",objA);
|
||||||
// if(objA.status == 0){
|
|
||||||
// objA.approvalType = null; //全部数据
|
|
||||||
// objA.status = null;
|
|
||||||
// }
|
|
||||||
|
|
||||||
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