Commit 233a3dad authored by Damon's avatar Damon

fix: 【ID1001717】【扳手会小程序-订单-物料选择页面】:选择物料时,选择了品牌后的交互需要优化。

parent b5f911d1
...@@ -384,8 +384,9 @@ export default { ...@@ -384,8 +384,9 @@ export default {
}, },
// 点击选择三级分类 // 点击选择三级分类
selectModel(item, index) { selectModel(item, index) {
this.scrollModelId = '' this.scrollModelId = `model${item.id}`
this.modelId = item.id this.modelId = item.id
this.showMore = false
this.lists = [] this.lists = []
this.pageNumber = 1 this.pageNumber = 1
this.getPartsList() this.getPartsList()
......
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