Browse Source

FWHL-66 月计时api

hella_chenfang
陈放 3 weeks ago
parent
commit
b57e1c3a44
  1. 4
      src/views/wms/basicDataManage/customerManage/customerDeliveryForecast/index.vue

4
src/views/wms/basicDataManage/customerManage/customerDeliveryForecast/index.vue

@ -95,7 +95,7 @@ const updataTableColumns = (val) => {
}
const { tableObject:tableObjectHead, tableMethods:tableMethodsHead } = useTable({
getListApi: CustomerDeliveryForecastApi.getPageTableHeadToMonth //
getListApi: CustomerDeliveryForecastApi.getPageTableHead //
})
//
@ -144,7 +144,7 @@ const searchClick = async (data)=>{
setSearchParams(data)
}
const { tableObject, tableMethods } = useTable({
getListApi: CustomerDeliveryForecastApi.getCustomerDeliveryForecastPageToMonth //
getListApi: CustomerDeliveryForecastApi.getCustomerDeliveryForecastPage //
})
//

Loading…
Cancel
Save