Commit 879f9c55 authored by tianbj's avatar tianbj

Merge remote-tracking branch 'origin/master'

parents 56de9439 b21bd89a
...@@ -161,6 +161,12 @@ var indexVue = new Vue({ ...@@ -161,6 +161,12 @@ var indexVue = new Vue({
}); });
//删除成功,刷新列表 //删除成功,刷新列表
that.list(); that.list();
}else {
that.$notify({
title: '失败',
message: res.msg,
type: 'warning'
});
} }
}); });
}).catch(() => { }).catch(() => {
......
...@@ -225,6 +225,12 @@ ...@@ -225,6 +225,12 @@
}); });
//删除成功,刷新列表 //删除成功,刷新列表
that.list(); that.list();
}else {
that.$notify({
title: '失败',
message: res.msg,
type: 'warning'
});
} }
}); });
}).catch(() => { }).catch(() => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment