src/pages/demo/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/pages/demo/list.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/pages/system/admin.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/pages/system/banner.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/pages/demo/index.vue
@@ -296,7 +296,7 @@ }, () => { this.$messageSuc('保存成功') this.hideDialog() this.reGetList() isAdd ? this.reGetList() : this.getList() }) } } src/pages/demo/list.vue
@@ -310,7 +310,7 @@ }, () => { this.$messageSuc('保存成功') this.hideDialog() this.reGetList() isAdd ? this.reGetList() : this.getList() }) } } src/pages/system/admin.vue
@@ -397,7 +397,7 @@ }, () => { this.$messageSuc('保存成功') this.hideAdminDialog() this.getList() isAdd ? this.reGetList() : this.getList() }) } }) src/pages/system/banner.vue
@@ -329,7 +329,7 @@ }, inf => { this.$messageSuc('保存成功') this.hideDialog() this.getList() type === 'add' ? this.reGetList() : this.getList() }) } }