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 || {}