@@ -462,7 +462,7 @@ export default {
},
// 校验销售价低于成本价提示成功,关闭弹窗
vaildPriceOk (type) {
- if (type == 'confirm') {
+ if (type == 'AUDIT_UP_PASS') {
this.submitOrder()
}