From fc29632879056a1bbb828aae383b595206310063 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Thu, 4 Aug 2022 14:18:47 +0800 Subject: [PATCH] =?UTF-8?q?NEZ-2106=20fix=EF=BC=9AAsset=E5=A4=8D=E5=88=B6?= =?UTF-8?q?=E5=90=8E=E7=9A=84=E6=95=B0=E6=8D=AE=E4=B8=8D=E8=BE=93=E5=85=A5?= =?UTF-8?q?=E5=BF=85=E5=A1=AB=E9=A1=B9model=E5=8F=AF=E4=BF=9D=E5=AD=98?= =?UTF-8?q?=E6=88=90=E5=8A=9F=EF=BC=8C=E6=9F=A5=E7=9C=8B=E6=97=B6=E4=BC=9A?= =?UTF-8?q?=E5=87=BA=E7=8E=B0=E5=BD=93=E5=89=8DType=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E4=B8=8B=E6=B2=A1=E6=9C=89=E7=9A=84model?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/components/page/asset/asset.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nezha-fronted/src/components/page/asset/asset.vue b/nezha-fronted/src/components/page/asset/asset.vue index c13866a7a..35b09aa94 100644 --- a/nezha-fronted/src/components/page/asset/asset.vue +++ b/nezha-fronted/src/components/page/asset/asset.vue @@ -804,7 +804,10 @@ export default { response.data.purchaseDate += ' 00:00:00' response.data.purchaseDate = new Date(response.data.purchaseDate) } - this.object = response.data + this.object = { + ...response.data, + brandAndModel: '' + } this.rightBox.show = true } })