wt-enjoy-link-antd-repack 4.1.78 → 4.1.79

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -164,7 +164,7 @@ export default /*#__PURE__*/React.memo( /*#__PURE__*/forwardRef(function (props,
164
164
  },
165
165
  children: userList.map(function (d) {
166
166
  return /*#__PURE__*/_jsx(BiuASelectOption, {
167
- value: d.id,
167
+ value: d[valueField],
168
168
  children: d.employeename || ' '
169
169
  }, d[valueField]);
170
170
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wt-enjoy-link-antd-repack",
3
- "version": "4.1.78",
3
+ "version": "4.1.79",
4
4
  "description": "万通业务组件",
5
5
  "sideEffects": false,
6
6
  "main": "dist/esm/index.js",