Ver código fonte

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

chenrui 4 anos atrás
pai
commit
4b5c6413f3
1 arquivos alterados com 1 adições e 1 exclusões
  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()
             }
           })