传参修改

master
toesbieya 6 years ago
parent e2e2c1d21c
commit 5a7c8c7b48
  1. 2
      vue/src/view/message/manage/EditDialog.vue

@ -216,7 +216,7 @@ export default {
elConfirm('确认撤回?')
.then(() => {
this.loading = true
return withdraw({id: this.form.id})
return withdraw({id: this.form.id, title: this.form.title})
})
.then(({msg}) => {
elSuccess(msg)

Loading…
Cancel
Save