bug
This commit is contained in:
@@ -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
|
|
||||||
}]
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user