From 7f243b315426d8c270983ddd34a8201b478b1ff2 Mon Sep 17 00:00:00 2001 From: sunhonglai Date: Wed, 7 May 2025 13:06:19 +0800 Subject: [PATCH] =?UTF-8?q?szx-1090=E9=9C=80=E6=B1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/lecturer/OrganizationApproval.vue | 7 ++- src/views/lecturer/OrganizationList.vue | 68 ++++++++++++++++++++- 2 files changed, 71 insertions(+), 4 deletions(-) diff --git a/src/views/lecturer/OrganizationApproval.vue b/src/views/lecturer/OrganizationApproval.vue index ad030f3c..cf617cbc 100644 --- a/src/views/lecturer/OrganizationApproval.vue +++ b/src/views/lecturer/OrganizationApproval.vue @@ -27,7 +27,7 @@ 全部 待提交 审核中 - + 已完成 审核失败 @@ -769,9 +769,12 @@ export default { state.tableLoading = true; let objA = { status: status?status:state.searchParam.status, + name: state.searchParam.name, + leaderName: state.searchParam.leaderName, + isParent: state.searchParam.isParent, //TODO GX03 //审批未通过意外的数据 - approvalType:1, + // approvalType:1, moduleType:1, }; console.log("执行 gx getTableDate objA",objA); diff --git a/src/views/lecturer/OrganizationList.vue b/src/views/lecturer/OrganizationList.vue index a63cd0ac..4b6f3717 100644 --- a/src/views/lecturer/OrganizationList.vue +++ b/src/views/lecturer/OrganizationList.vue @@ -35,6 +35,22 @@ /> + + + + {{ item.label }} + + +
查询 @@ -488,7 +504,7 @@