提交 7533f817 authored 作者: lihuihui's avatar lihuihui

修改删除报错

上级 719580d4
...@@ -249,7 +249,7 @@ export default { ...@@ -249,7 +249,7 @@ export default {
.then(data => { .then(data => {
if (data.success) { if (data.success) {
this.$message({ type: 'success', message: '删除成功' }) this.$message({ type: 'success', message: '删除成功' })
this.setmPage() this.$router.go(0)
} }
}) })
.catch(e => { .catch(e => {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论