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