Browse Source

修改发料接收加载中

hella_online_20240823
lijuncheng 4 weeks ago
parent
commit
4f4f54ac20
  1. 4
      src/pages/productionReceipt/job/productionReceiptDetail.vue

4
src/pages/productionReceipt/job/productionReceiptDetail.vue

@ -239,14 +239,14 @@
if (res) { if (res) {
setTimeout(res=>{ setTimeout(res=>{
that.$throttle(that.commit,2000,that)() that.$throttle(that.commit,2000,that)()
}) },100)
} }
}); });
} else { } else {
setTimeout(res=>{ setTimeout(res=>{
that.$throttle(that.commit,2000,that)() that.$throttle(that.commit,2000,that)()
}) },100)
} }
}, },

Loading…
Cancel
Save