fix: bug#16110

This commit is contained in:
XieYongHong 2023-07-10 20:04:15 +08:00
parent a9188563b7
commit d7d0329477
2 changed files with 25 additions and 24 deletions

View File

@ -606,7 +606,7 @@ const saveRef = ref();
const handleSearch = (e: any) => {
const newTerms = cloneDeep(e)
if (newTerms.terms?.length) {
newTerms.terms.forEach((a : any) => {
a.terms = a.terms.map((b: any) => {
if (b.column === 'id$dim-assets') {
@ -628,7 +628,8 @@ const handleSearch = (e: any) => {
return b
})
})
console.log(newTerms)
}
params.value = newTerms;
};
const routerParams = useRouterParams();

View File

@ -3837,8 +3837,8 @@ jetlinks-ui-components@^1.0.23:
jetlinks-ui-components@^1.0.24:
version "1.0.24"
resolved "http://registry.jetlinks.cn/jetlinks-ui-components/-/jetlinks-ui-components-1.0.24.tgz#0186afb1b2a5dec1e737fdafb52298f583894005"
integrity sha512-8eqTpA8FdEo8d1xd4nufoWgOsfFSnngFTvAK7GWYEFpavSuysoz6SBHIPcEOzG72nB/Sd5dnUgMG8E1A/yV6UA==
resolved "http://registry.jetlinks.cn/jetlinks-ui-components/-/jetlinks-ui-components-1.0.24.tgz#f23e69b72990bea38df7e9b8926b0024b835931f"
integrity sha512-DaOzmKeECzml6IK+kxg3Fu6aTHwPOEP9PfiM3F+pS0Ko1b3KhjIahhT4z3d6OheoPyBonBZNcfYZBAmy46TDTw==
dependencies:
"@vueuse/core" "^9.12.0"
"@vueuse/router" "^9.13.0"