Update
This commit is contained in:
@@ -335,7 +335,8 @@ export default function TableList() {
|
||||
: Object.fromEntries([...searchParams.entries(), ['order', order], ['orderBy', orderBy]]);
|
||||
|
||||
const response = await axios.get(`/get-prescription-orders`, {
|
||||
params: { ...parameters, type: 'prescription-orders' },
|
||||
params: { ...parameters, search:searchText, order: order,
|
||||
orderBy: orderBy, status:statusValue, type: 'prescription-orders' },
|
||||
});
|
||||
setDataTableData(response.data);
|
||||
setData(
|
||||
|
||||
Reference in New Issue
Block a user