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) {