diff --git a/pages/productionReturn/record/returnToStore.vue b/pages/productionReturn/record/returnToStore.vue index 491fc8db..70a0c112 100644 --- a/pages/productionReturn/record/returnToStore.vue +++ b/pages/productionReturn/record/returnToStore.vue @@ -297,6 +297,8 @@ var item = this.detailSource[i]; if (item.subList.length == 0) { this.detailSource.splice(i, 1) + this.clearData(); + this.$refs.scanPopup.initData(); } } this.updateData();