廖井涛
2024-04-09 0daaeb174e75859e3bf969d4e9185fc14fda977d
north-glass-erp/northglass-erp/src/views/pp/Replenish/AddReplenish.vue
@@ -33,7 +33,6 @@
request.post(`/Replenish/getSelectReplenish/${pageNum}/100`,filterData.value).then((res) => {
  if(res.code==200){
    console.log(res.data)
    produceList = deepClone(res.data)
    xGrid.value.loadData(produceList)
    gridOptions.loading=false