bug
This commit is contained in:
@@ -96,10 +96,7 @@
|
||||
this.instance.post(`/app/appcertificateinfo/queryDetailById?id=${id}`).then(res => {
|
||||
if (res.code === 0) {
|
||||
this.form = {
|
||||
...res.data,
|
||||
imageUrl: [{
|
||||
url: res.data.imageUrl
|
||||
}]
|
||||
...res.data
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user