Commit e46d7cdf authored by Marcus's avatar Marcus

储位重复初始化问题

parent 4b3f297f
......@@ -490,8 +490,6 @@ export default {
if (val) {
this.getProductBrandPage(this.warehousing.brandName)
this.handleBrandChange(parseInt(this.form.brand))
this.init()
}
}
},
......@@ -563,6 +561,7 @@ export default {
},
mounted() {
this.init()
},
methods: {
......
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