diff --git a/src/pages/productionReceipt/job/productionReceiptDetail.vue b/src/pages/productionReceipt/job/productionReceiptDetail.vue index 86809136..99183b38 100644 --- a/src/pages/productionReceipt/job/productionReceiptDetail.vue +++ b/src/pages/productionReceipt/job/productionReceiptDetail.vue @@ -239,14 +239,14 @@ if (res) { setTimeout(res=>{ that.$throttle(that.commit,2000,that)() - }) + },100) } }); } else { setTimeout(res=>{ that.$throttle(that.commit,2000,that)() - }) + },100) } },