@@ -745,7 +745,7 @@ export default {
}
setTimeout(() => {
if (this.$refs.Details) {
- this.$refs.Details.getDetails(this.createOrderForm.erpType);
+ this.$refs.Details.getDetails(this.createOrderForm.erpType , 0);
}, 1);
this.product.open = true;