From a87f26b6c0a5ecb33660fec1e770c25f9ec45942 Mon Sep 17 00:00:00 2001 From: zyn Date: Tue, 7 Nov 2023 08:56:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=BF=E7=AD=96=E8=AF=BE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/policyRegulation/policyTopics/index.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/pages/policyRegulation/policyTopics/index.vue b/src/pages/policyRegulation/policyTopics/index.vue index 40de2b460..76514186c 100644 --- a/src/pages/policyRegulation/policyTopics/index.vue +++ b/src/pages/policyRegulation/policyTopics/index.vue @@ -308,7 +308,7 @@ export default { const params = { ...this.form, exportName: exportName, - exportIds: this.ids.join(',') + exportIds: this.selectedList.join(',') } let query = '?' for(let i in params){ @@ -354,8 +354,7 @@ export default { confirmButtonClass: 'common-button-primary', roundButton: true }).then(() => { - alert('delete') - this.$http._deleteData(this.api.delete, { meetingId: id }).then(res => { + this.$http._deleteData(this.api.delete, { id }).then(res => { if (res.ok) { this.$message.success('删除成功') this.getData()