فهرست منبع

【ID1005436】推广位设置 新增后跳转到第一页

chenrui 4 سال پیش
والد
کامیت
4b5c6413f3
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/views/shop/bannerSetting.vue

+ 1 - 1
src/views/shop/bannerSetting.vue

@@ -358,7 +358,7 @@ export default {
             console.log(res, 'rrrrrrrrr')
             if (res.status == 200) {
               _this.$message.success(res.message)
-              _this.$refs.table.refresh()
+              _this.$refs.table.refresh(true)
               _this.close()
             }
           })