From 21ac0c21dbe0ed822611a30b36544f903ad92959 Mon Sep 17 00:00:00 2001 From: water_xu Date: Wed, 31 Jul 2024 14:43:09 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=B8=E5=85=B3=E6=96=B9=E8=B5=84=E6=BA=90?= =?UTF-8?q?=E6=8A=A5=E8=A1=A8=20-=20=E6=9D=A1=E4=BB=B6=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../xgf/personStrucManage/components/list.vue | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/views/xgf/personStrucManage/components/list.vue b/src/views/xgf/personStrucManage/components/list.vue index b7d519b..2f6756c 100644 --- a/src/views/xgf/personStrucManage/components/list.vue +++ b/src/views/xgf/personStrucManage/components/list.vue @@ -5,17 +5,17 @@ - + - + - + @@ -162,9 +162,9 @@ export default { return { config: config, searchParmas: { - enterpriseName: '', - groupUnit: '', - shareSuperdepart: '' + KEYWORDS: '', + CORP_TYPE_NAME: '', + MAIN_DEP: '' }, varList: [], // el-table表格的动态高度值 @@ -559,9 +559,9 @@ export default { }, goKeyReset() { this.searchParmas = { - enterpriseName: '', - groupUnit: '', - shareSuperdepart: '' + KEYWORDS: '', + CORP_TYPE_NAME: '', + MAIN_DEP: '' } this.getQuery() }, @@ -573,7 +573,7 @@ export default { this.listQuery.limit + '¤tPage=' + this.listQuery.page, - { KEYWORDS: this.KEYWORDS, ISSMALL: '2' } + { ...this.searchParmas, ISSMALL: '2', ...this.listQuery} ) .then(data => { this.loading = false