This commit is contained in:
yanran200730
2023-04-11 16:05:03 +08:00
parent a69319b9e4
commit 3823968e95

View File

@@ -96,10 +96,7 @@
this.instance.post(`/app/appcertificateinfo/queryDetailById?id=${id}`).then(res => { this.instance.post(`/app/appcertificateinfo/queryDetailById?id=${id}`).then(res => {
if (res.code === 0) { if (res.code === 0) {
this.form = { this.form = {
...res.data, ...res.data
imageUrl: [{
url: res.data.imageUrl
}]
} }
} }
}) })