chore(frontend): set allowPartial
This commit is contained in:
parent
6148c86ad5
commit
c100f8c136
|
|
@ -206,6 +206,7 @@ async function init(): Promise<void> {
|
||||||
await os.api(props.pagination.endpoint, {
|
await os.api(props.pagination.endpoint, {
|
||||||
...params,
|
...params,
|
||||||
limit: props.pagination.limit ?? 10,
|
limit: props.pagination.limit ?? 10,
|
||||||
|
allowPartial: true,
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
for (let i = 0; i < res.length; i++) {
|
for (let i = 0; i < res.length; i++) {
|
||||||
const item = res[i];
|
const item = res[i];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue