fix: id大小写
This commit is contained in:
parent
9f7e43a21a
commit
dc56530d47
|
|
@ -573,7 +573,7 @@ export default {
|
||||||
const res = await this.$axios({
|
const res = await this.$axios({
|
||||||
url: ASSET_GET_API,
|
url: ASSET_GET_API,
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
data: { Id: id }
|
data: { id: id }
|
||||||
})
|
})
|
||||||
if (res.code === 200) {
|
if (res.code === 200) {
|
||||||
this.detailData = res.data || {}
|
this.detailData = res.data || {}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue