Commit 27bcc0e9 authored by dragondean@qq.com's avatar dragondean@qq.com

切换商品筛选条件不清空

parent 5697af99
......@@ -231,8 +231,9 @@ export default {
let res = await getSimpleProductList(this.queryParams)
this.loading = false
this.list = res.data
this.choosedList = []
this.isCheckedAll = false
// 2024-01-29根据要求,切换类型后不清空已选中的商品
/* this.choosedList = []
this.isCheckedAll = false */
},
// 获得指定条件的商品的全部ID
getFilteredIds(){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment