Commit 29e8e093 authored by dragondean@qq.com's avatar dragondean@qq.com

修复查看的时候全部库存商品勾选异常

parent 33a872f3
...@@ -440,7 +440,7 @@ export default { ...@@ -440,7 +440,7 @@ export default {
}) })
// 没有商品则表示全部 // 没有商品则表示全部
if(!this.form.prodIds){ if(!this.form.prodIds || !this.form.prodIds.length){
this.isAllProduct = true this.isAllProduct = true
} }
if(this.form.couponIds){ if(this.form.couponIds){
......
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