Ben Lin
2024-08-22 ec0d91353b767f089fa72f3cd1eb62568852710b
src/views/form-design/components/VFormDesign/components/FormNodeOperate.vue
@@ -54,8 +54,8 @@
                schemas.length === 1
                  ? { component: '' }
                  : schemas.length - 1 > index
                  ? schemas[index + 1]
                  : schemas[index - 1];
                    ? schemas[index + 1]
                    : schemas[index - 1];
              formDesignMethods.handleSetSelectItem(params);
              remove(schemas, index);
              return true;