@@ -168,7 +168,7 @@ export default {
...mapActions(['getCartList']),
// 查询
searchForm () {
- this.$refs.table.clearSelected() // 清空表格选中项
+ // this.$refs.table.clearSelected() // 清空表格选中项
this.$refs.table.refresh(true)
},
// 重置