drew 6 years ago
parent
commit
318fa901d8
1 changed files with 5 additions and 0 deletions
  1. 5 0
      src/App.vue

+ 5 - 0
src/App.vue

@@ -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);