From b9337cc06512cde45c7f8870770283598b49a52e Mon Sep 17 00:00:00 2001 From: jiangyy Date: Mon, 25 Jul 2022 10:42:06 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BC=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../communityService/policy/personListItem.vue | 6 ++++-- .../modules/communityService/policy/rule.vue | 18 +++++++++--------- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/src/views/modules/communityService/policy/personListItem.vue b/src/views/modules/communityService/policy/personListItem.vue index f1246935..225f674a 100644 --- a/src/views/modules/communityService/policy/personListItem.vue +++ b/src/views/modules/communityService/policy/personListItem.vue @@ -474,13 +474,15 @@ export default { this.exportBtn = true this.exportBtnTitle = '正在导出...' let params = { - ...this.formData + ...this.formData, + ruleId: this.ruleId, + ruleList: this.ruleList } await this.$http({ method: 'POST', - url: '/heart/policy/export-resiuser', + url: '/data/aggregator/icuser/exportByPolicyRules', responseType: 'blob', data: params }) diff --git a/src/views/modules/communityService/policy/rule.vue b/src/views/modules/communityService/policy/rule.vue index 2418f363..eae8e671 100644 --- a/src/views/modules/communityService/policy/rule.vue +++ b/src/views/modules/communityService/policy/rule.vue @@ -64,7 +64,7 @@
@@ -76,7 +76,7 @@ @@ -155,7 +155,7 @@
@@ -167,7 +167,7 @@ @@ -250,7 +250,7 @@
@@ -262,7 +262,7 @@