Merge branch 'staging' of https://dev.sismedika.online/febio/aso into staging
This commit is contained in:
@@ -333,7 +333,7 @@ export default function TableListFinalLog() {
|
||||
|
||||
const response = await axios.get(`/get-final-log`, {
|
||||
params: { ...parameters, search:searchText, order: order,
|
||||
orderBy: orderBy, type: 'final-log' },
|
||||
orderBy: orderBy, status:statusValue, type: 'final-log' },
|
||||
});
|
||||
setData(
|
||||
response.data.data.map((obj: any) => ({
|
||||
|
||||
@@ -326,7 +326,7 @@ export default function TableList() {
|
||||
|
||||
const response = await axios.get(`/get-request-log`, {
|
||||
params: { ...parameters, search:searchText, order: order,
|
||||
orderBy: orderBy, type: 'request-log' },
|
||||
orderBy: orderBy, status:statusValue, type: 'request-log' },
|
||||
});
|
||||
setData(
|
||||
response.data.data.map((obj: any) => ({
|
||||
|
||||
Reference in New Issue
Block a user