@@ -370,6 +370,11 @@ export default {
.reduce((a, b) => a.then(_ => b), Promise.resolve())
.then(_ => {
this.loading = false;
+ this.$message({
+ type: 'success',
+ message: '保存成功',
+ center: true
+ });
})
.catch(e => {
console.log(e);