소스 검색

【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()
             }
           })