From 3efb7f43d21dfd036acf2b9b22c0c8144489a4d2 Mon Sep 17 00:00:00 2001 From: aixianling Date: Mon, 31 Oct 2022 16:40:18 +0800 Subject: [PATCH] BUG 31152 --- .../apps/AppOrganizationChange/components/history.vue | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/project/pingchang/apps/AppOrganizationChange/components/history.vue b/project/pingchang/apps/AppOrganizationChange/components/history.vue index 6962ff08..423e6124 100644 --- a/project/pingchang/apps/AppOrganizationChange/components/history.vue +++ b/project/pingchang/apps/AppOrganizationChange/components/history.vue @@ -5,8 +5,7 @@ 补录 @@ -30,9 +29,7 @@ export default { }, data() { return { - search: { - name: '', - }, + search: {sessionTime: null}, tableData: [] } }, @@ -75,6 +72,7 @@ export default { getList() { const {oid: organizationId} = this organizationId && this.instance.post("/app/apporganizationgeneralelection/list", null, { + throttle: 500, params: {...this.search, organizationId} }).then(res => { if (res?.data) {