From 0c05c5f8de6ff2b4c9bd2ac9e4cd76a72b4b5f57 Mon Sep 17 00:00:00 2001 From: yuandongping Date: Tue, 10 Jun 2025 18:50:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=94=A8=E6=88=B7=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yuandongping --- .../Security/Asset/entry/src/main/ets/model/AssetModel.ets | 1 - 1 file changed, 1 deletion(-) diff --git a/code/BasicFeature/Security/Asset/entry/src/main/ets/model/AssetModel.ets b/code/BasicFeature/Security/Asset/entry/src/main/ets/model/AssetModel.ets index 9d0f2b701c..d101bce03d 100755 --- a/code/BasicFeature/Security/Asset/entry/src/main/ets/model/AssetModel.ets +++ b/code/BasicFeature/Security/Asset/entry/src/main/ets/model/AssetModel.ets @@ -207,7 +207,6 @@ async function getFirstQuery(alias: string, label: string): Promise 0) { map.set(asset.Tag.ALIAS, stringToArray(alias)); - map.set(asset.Tag.RETURN_TYPE, asset.ReturnType.ALL) } map.set(options[i], stringToArray(label)); try { -- Gitee