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