Commit 4d298642 authored by zhoutong's avatar zhoutong

Merge branch 'release' of http://gitlab.jdshangmen.com/jiedao-app/jiedao-app-operator into release

parents 8968efcb 27bcc0e9
......@@ -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