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