From 46b5ef9c36e363ea0ed36c266d29c9a5ef5313ab Mon Sep 17 00:00:00 2001 From: gengxin Date: Wed, 19 Mar 2025 13:07:00 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E5=AE=A1=E6=89=B9=E4=B8=AD=E5=BF=832?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/lecturer/Organization.vue | 1 + src/views/lecturer/OrganizationApproval.vue | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/lecturer/Organization.vue b/src/views/lecturer/Organization.vue index c7364351..61cdbb24 100644 --- a/src/views/lecturer/Organization.vue +++ b/src/views/lecturer/Organization.vue @@ -49,6 +49,7 @@ export default { const activeKeyFn = () => { setTimeout(() => { state.activeKey = '2'; + console.log("激活获取值") organizationApprovalRef.value.getTableDate() }, 5000); diff --git a/src/views/lecturer/OrganizationApproval.vue b/src/views/lecturer/OrganizationApproval.vue index 91c7e9af..e20b2e25 100644 --- a/src/views/lecturer/OrganizationApproval.vue +++ b/src/views/lecturer/OrganizationApproval.vue @@ -758,7 +758,7 @@ export default { //列表数据 const tableData = ref([]); // List接口数据 - const getTableDate = (obj) => { + const getTableDate = (status) => { console.log("执行 gx getTableDate 111111111111111111111") state.tableLoading = true; let objA = { @@ -766,7 +766,8 @@ export default { //TODO GX03 //审批未通过意外的数据 approvalType:1, - moduleType:1 + moduleType:1, + status }; console.log("执行 gx getTableDate objA",objA); queryTrainOrg(objA).then((res) => {