north-glass-erp/northglass-erp/src/views/mm/mainProductStock/TransferRecord.vue
@@ -132,9 +132,11 @@ request.post(`/FinishedGoodsInventory/getSelectAllocateFinishedOperateLog/${pageNum.value}/${total.pageSize}/${selectDate.value}`,filterData.value).then((res) => { if(res.code==200){ total.dataTotal = res.data.total.total*1 total.pageTotal= res.data.total.pageTotal if (res.data.total!=null){ total.dataTotal = res.data.total.total*1 total.pageTotal= res.data.total.pageTotal } selectDate.value = res.data.selectDate pageNum.value=1 produceList = deepClone(res.data.data)