21122023
This commit is contained in:
@@ -1893,7 +1893,7 @@ const Orders = () => {
|
||||
setLoading(true)
|
||||
try {
|
||||
// await axios.get(`${process.env.REACT_APP_URL2}/orders/orderlistsummary?fromdate=${startdate}&todate=${enddate}`)
|
||||
await axios.get(`${process.env.REACT_APP_URL}/orders/getordersummary/?tenantid=${tid}`)
|
||||
await axios.get(`${process.env.REACT_APP_URL}/orders/getordersummary/?tenantid=${tid}&fromdate=${startdate}&todate=${enddate}`)
|
||||
|
||||
.then((res) => {
|
||||
console.log(res)
|
||||
|
||||
Reference in New Issue
Block a user