Update Hospital Portal
This commit is contained in:
@@ -34,6 +34,6 @@
|
||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||
<div id="root"></div>
|
||||
|
||||
<script type="module" src="/src/index.tsx"></script>
|
||||
<script type="module" src="/src/index.tsx?version=1"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -309,7 +309,8 @@ export default function TableListFinalLog() {
|
||||
: Object.fromEntries([...searchParams.entries(), ['order', order], ['orderBy', orderBy]]);
|
||||
|
||||
const response = await axios.get(`/get-final-log`, {
|
||||
params: { ...parameters, type: 'final-log' },
|
||||
params: { ...parameters, order: order,
|
||||
orderBy: orderBy, type: 'final-log' },
|
||||
});
|
||||
setData(
|
||||
response.data.data.map((obj: any) => ({
|
||||
|
||||
Reference in New Issue
Block a user