north-glass-erp/northglass-erp/src/views/pp/Replenish/SelectReplenish.vue
@@ -221,6 +221,10 @@ const selectOrderList = ()=>{ request.post(`/Replenish/SelectReplenish/${pageNum.value}/${total.pageSize}/${selectDate.value}`,filterData.value).then((res) => { if(res.code==200){ if (res.data.total!=null){ total.dataTotal = res.data.total.total*1 total.pageTotal= res.data.total.pageTotal } selectDate.value = res.data.selectDate produceList = deepClone(res.data.data)