Ben Lin
2024-10-17 07895c65b99fa43f8e54f5054bd8351a71158143
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;