From dc56530d475a657c6073ecd3dd8a893b0e70d813 Mon Sep 17 00:00:00 2001 From: old burden Date: Thu, 2 Apr 2026 18:55:53 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20id=E5=A4=A7=E5=B0=8F=E5=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- portal-ui/src/views/AssetManage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portal-ui/src/views/AssetManage.vue b/portal-ui/src/views/AssetManage.vue index 70e288b..80182eb 100644 --- a/portal-ui/src/views/AssetManage.vue +++ b/portal-ui/src/views/AssetManage.vue @@ -573,7 +573,7 @@ export default { const res = await this.$axios({ url: ASSET_GET_API, method: 'POST', - data: { Id: id } + data: { id: id } }) if (res.code === 200) { this.detailData = res.data || {}