商品审核通过的判断显示bug

This commit is contained in:
xuwenbo
2020-09-05 21:57:34 +08:00
parent dc1fee7f3f
commit 26731b7b16

View File

@ -205,7 +205,7 @@ export default {
this.form.price = val.price
this.form.price2 = val.otPrice
this.form.priceType = '3'
this.isdisabled=true;
this.isdisabled=false;
},
deep:true//对象内部的属性监听,也叫深度监听
},