From 1607b149b5da047434c860518823e5977cbc191c Mon Sep 17 00:00:00 2001 From: gengxin Date: Tue, 4 Mar 2025 08:16:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=A7=E8=A1=8C=E5=AD=90=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/lecturer/Organization.vue | 7 ++++--- src/views/lecturer/OrganizationApproval.vue | 1 + 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/views/lecturer/Organization.vue b/src/views/lecturer/Organization.vue index e337d711..6d9c399c 100644 --- a/src/views/lecturer/Organization.vue +++ b/src/views/lecturer/Organization.vue @@ -8,7 +8,7 @@ - + @@ -37,7 +37,7 @@ export default { organizationActive:"0" }); - + const organizationApprovalRef = ref(null) onMounted(() => { if (route.query.activeKey) { state.activeKey = '2'; @@ -47,7 +47,8 @@ export default { const activeKeyFn = () => { - state.activeKey = '2' + state.activeKey = '2'; + organizationApprovalRef.value.getTableDate() } return { diff --git a/src/views/lecturer/OrganizationApproval.vue b/src/views/lecturer/OrganizationApproval.vue index b2bd07e3..c93d4ad7 100644 --- a/src/views/lecturer/OrganizationApproval.vue +++ b/src/views/lecturer/OrganizationApproval.vue @@ -757,6 +757,7 @@ export default { const tableData = ref([]); // List接口数据 const getTableDate = (obj) => { + console.log("执行 gx getTableDate 111111111111111111111") state.tableLoading = true; let objA = { ...state.searchParam ,