fix
This commit is contained in:
parent
7dbb096fc0
commit
5ecd254a66
|
|
@ -168,7 +168,7 @@ async ({ form, error, fm }: IForm) => {
|
||||||
if (list.length > 1) {
|
if (list.length > 1) {
|
||||||
try {
|
try {
|
||||||
index++;
|
index++;
|
||||||
if (index < list.length - 1) {
|
if (index <= list.length - 1) {
|
||||||
await exec_query_bulk(list[index], list, index);
|
await exec_query_bulk(list[index], list, index);
|
||||||
}
|
}
|
||||||
} catch (ex) {}
|
} catch (ex) {}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue