north-glass-erp/northglass-erp/src/views/mm/mainProductStock/OrderAllocation.vue
@@ -142,6 +142,10 @@ request.post(`/FinishedGoodsInventory/getSelectAllocate/${pageNum.value}/${total.pageSize}`,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 } produceList = deepClone(res.data.data) xGrid.value.loadData(produceList) gridOptions.loading=false