diff --git a/src/views/lecturer/Organization.vue b/src/views/lecturer/Organization.vue index 70d7f7c4..c7364351 100644 --- a/src/views/lecturer/Organization.vue +++ b/src/views/lecturer/Organization.vue @@ -50,7 +50,7 @@ export default { setTimeout(() => { state.activeKey = '2'; organizationApprovalRef.value.getTableDate() - }, 3000); + }, 5000); } diff --git a/src/views/lecturer/OrganizationApproval.vue b/src/views/lecturer/OrganizationApproval.vue index 623d69c8..e02ca6d4 100644 --- a/src/views/lecturer/OrganizationApproval.vue +++ b/src/views/lecturer/OrganizationApproval.vue @@ -766,17 +766,7 @@ export default { approvalType:1, moduleType:1 }; - - // if(objA.status == 0){ - // objA.approvalType = null; //全部数据 - // objA.status = null; - // } - - if(objA.status == 3){ //审核通过 - objA.approvalType = 0; - - } - + console.log("执行 gx getTableDate objA",objA); queryTrainOrg(objA).then((res) => { tableData.value = res.data.data.records; state.tableDataTotal = Number(res.data.data.total);