xiangpei
2025-02-20 fc678c5088b084311f7c11cb2793dbe62049ca9e
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']
}
/**