Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XEUtils.uniq不能去重 #58

Open
soar20 opened this issue Nov 11, 2023 · 2 comments
Open

XEUtils.uniq不能去重 #58

soar20 opened this issue Nov 11, 2023 · 2 comments
Labels

Comments

@soar20
Copy link

soar20 commented Nov 11, 2023

可复现的链接:

https://vxetable.cn/xe-utils/#/?to=uniq

问题描述与截图:

XEUtils.uniq([{a: 1, b: 11}, {a: 1, b: 22}, {a: 4, b: 33}, {a: 5, bb: 44}], 'a')
实际输出是// [{a: 1, b: 11}, {a: 1, b: 22}, {a: 4, b: 33}, {a: 5, bb: 44}],并没有去重

期望的结果:

[{a: 1, b: 11}, {a: 4, b: 33}, {a: 5, bb: 44}]

操作系统:

No response

浏览器版本:

No response

@soar20 soar20 added the bug label Nov 11, 2023
@xlz26296
Copy link
Contributor

那是新版本才支持的,需要更新最新版本

@soar20
Copy link
Author

soar20 commented Aug 16, 2024

怎么更新版本呀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants