Browse Source

明盘任务移出后不显示数据

hella_online_20240919
zhang_li 4 months ago
parent
commit
4778921221
  1. 1
      src/pages/count/job/countLightDetail.vue

1
src/pages/count/job/countLightDetail.vue

@ -304,6 +304,7 @@
if (res) {
item.scaned = false;
item.handleQty = 0;
this.showList.splice(index,1)
this.$emit('removePack')
}
});

Loading…
Cancel
Save