diff --git a/src/pages/fg/receiptByPlan.vue b/src/pages/fg/receiptByPlan.vue index c62e9dcd..c1aa87eb 100644 --- a/src/pages/fg/receiptByPlan.vue +++ b/src/pages/fg/receiptByPlan.vue @@ -355,7 +355,12 @@ import { nextTick } from 'vue'; throw new Error("未查找到单据信息") } uni.hideLoading() - this.clearData(); + this.showList = []; + this.allList = []; + this.index = 1; + this.dataContent.handleQty = 0; + + nextTick(()=>{ this.showCommitSuccessMessage("提交成功
生成装配收货记录
" + list[0].requestNumber, list) })