From 3823968e95cb9f7fb96f6edf7fb53dc73878c065 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Tue, 11 Apr 2023 16:05:03 +0800 Subject: [PATCH] bug --- project/qujing/app/AppCertificateManage/components/Add.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 } } })