diff --git a/project/qujing/app/AppCertificateManage/components/Add.vue b/project/qujing/app/AppCertificateManage/components/Add.vue index 63e1d081..86bffe17 100644 --- a/project/qujing/app/AppCertificateManage/components/Add.vue +++ b/project/qujing/app/AppCertificateManage/components/Add.vue @@ -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 } } })