Commit c03b1e17 authored by dragondean@qq.com's avatar dragondean@qq.com

修复商品路线价格编辑商品栏显示0

parent 6691e25b
......@@ -79,7 +79,9 @@ export default {
if(index < 0){
getProduct(this.value).then(res => {
this.list.unshift(res.data)
this.index = 0
this.$nextTick(() => {
this.index = 0
})
})
}else this.index = index
},
......
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