Commit e46d7cdf authored by Marcus's avatar Marcus

储位重复初始化问题

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