@@ -431,7 +431,7 @@ export default {
this.reduceStock = this.option.reduceStock?this.option.reduceStock:0
//如果扣除库存方法,付款方式默认选择赊账,这样方便提交
if(this.reduceStock == 1){
- this.form.hasPay = 0
+ this.form.hasPay = 2
}
},