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