xiangpei
2025-02-26 e055f23263d9510b9a46b7f89d5f6c65f6f1ad89
src/utils/dict/DictOptions.js
@@ -17,7 +17,8 @@
      responseConverter,
      labelField: 'label',
      valueField: 'value',
    },
      childrenField: 'children'
    }
  },
  /**
   * 默认标签字段
@@ -27,6 +28,10 @@
   * 默认值字段
   */
  DEFAULT_VALUE_FIELDS: ['value', 'id', 'uid', 'key'],
  /**
   * 默认值字段
   */
  DEFAULT_CHILDREN_FIELDS: ['children', 'childr', 'child']
}
/**