diff --git a/src/pages/count/job/countLightDetail.vue b/src/pages/count/job/countLightDetail.vue
index fabb62a7..e74d0ed6 100644
--- a/src/pages/count/job/countLightDetail.vue
+++ b/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')
 						}
 					});