From 308c34038375c64f94c07a92736cb167568359e6 Mon Sep 17 00:00:00 2001 From: children117cl <278950112@qq.com> Date: 星期一, 31 五月 2021 17:20:44 +0800 Subject: [PATCH] 调整bannerOpts.js代码排班 --- src/pages/system/banner.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/pages/system/banner.vue b/src/pages/system/banner.vue index 202be7f..8fd46ed 100644 --- a/src/pages/system/banner.vue +++ b/src/pages/system/banner.vue @@ -329,7 +329,7 @@ }, inf => { this.$messageSuc('淇濆瓨鎴愬姛') this.hideDialog() - this.getList() + type === 'add' ? this.reGetList() : this.getList() }) } } -- Gitblit v1.8.0