From 77df92eeca1725357f2781f4e96183e5c20ee80a Mon Sep 17 00:00:00 2001 From: gengxin Date: Tue, 4 Mar 2025 13:46:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A1=E6=89=B9=E4=B8=AD=E5=BF=833?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/lecturer/OrganizationApproval.vue | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/src/views/lecturer/OrganizationApproval.vue b/src/views/lecturer/OrganizationApproval.vue index 623d69c8..82466493 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; - - } - + queryTrainOrg(objA).then((res) => { tableData.value = res.data.data.records; state.tableDataTotal = Number(res.data.data.total);