diff --git a/comps/form/gen/gen-form.ts b/comps/form/gen/gen-form.ts index d20aa2e..a00f234 100755 --- a/comps/form/gen/gen-form.ts +++ b/comps/form/gen/gen-form.ts @@ -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) {}