政策课题修改

This commit is contained in:
zyn
2023-11-07 08:56:27 +08:00
parent 4ad27ac3a2
commit a87f26b6c0
@@ -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()