This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-11-29 18:17:43 +07:00
parent 92f545ef8f
commit a934497083

View file

@ -197,9 +197,11 @@ async function getList() {
await http await http
.get( .get(
config.API.probationPersonalList() + config.API.probationPersonalList() +
`?status=${commandType.value == "C-PM-11" ? 2 : 3}&page=${ `?status=${
pagination.value.page commandType.value ? (commandType.value == "C-PM-11" ? 2 : 3) : ""
}&pageSize=${pagination.value.rowsPerPage}&keyword=${filter.value}` }&page=${pagination.value.page}&pageSize=${
pagination.value.rowsPerPage
}&keyword=${filter.value}`
) )
.then(async (res) => { .then(async (res) => {
const data = await res.data.result.data; const data = await res.data.result.data;