lilei 2 年之前
父節點
當前提交
ad80f6e27e
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      public/version.json
  2. 1 1
      src/views/shoppingCarManagement/shoppingCar/list.vue

+ 1 - 1
public/version.json

@@ -1,5 +1,5 @@
 {
   "message": "发现有新版本发布,确定更新系统?",
   "vendorJsVersion": "",
-  "version": 1676354203531
+  "version": 1676354278486
 }

+ 1 - 1
src/views/shoppingCarManagement/shoppingCar/list.vue

@@ -181,7 +181,6 @@ export default {
       this.queryParam.onlineFalg = undefined
       this.productType = []
       this.$refs.table.refresh(true)
-      this.rowSelectionInfo = null
     },
     // 设置表头
     getColumns () {
@@ -344,6 +343,7 @@ export default {
       this.setTableH()
       this.resetSearchForm()
       this.$refs.table.clearSelected()
+      this.rowSelectionInfo = null
     },
     setTableH () {
       this.$nextTick(() => { // 页面渲染完成后的回调