政策课题修改
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user