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