政策课题修改
This commit is contained in:
@@ -308,7 +308,7 @@ export default {
|
|||||||
const params = {
|
const params = {
|
||||||
...this.form,
|
...this.form,
|
||||||
exportName: exportName,
|
exportName: exportName,
|
||||||
exportIds: this.ids.join(',')
|
exportIds: this.selectedList.join(',')
|
||||||
}
|
}
|
||||||
let query = '?'
|
let query = '?'
|
||||||
for(let i in params){
|
for(let i in params){
|
||||||
@@ -354,8 +354,7 @@ export default {
|
|||||||
confirmButtonClass: 'common-button-primary',
|
confirmButtonClass: 'common-button-primary',
|
||||||
roundButton: true
|
roundButton: true
|
||||||
}).then(() => {
|
}).then(() => {
|
||||||
alert('delete')
|
this.$http._deleteData(this.api.delete, { id }).then(res => {
|
||||||
this.$http._deleteData(this.api.delete, { meetingId: id }).then(res => {
|
|
||||||
if (res.ok) {
|
if (res.ok) {
|
||||||
this.$message.success('删除成功')
|
this.$message.success('删除成功')
|
||||||
this.getData()
|
this.getData()
|
||||||
|
|||||||
Reference in New Issue
Block a user