From 34eb7320fa32d80378bdb867387d2a235980bd18 Mon Sep 17 00:00:00 2001 From: aixianling Date: Thu, 31 Oct 2024 11:30:09 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=99=E5=AE=9A=E9=BB=98=E8=AE=A4=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/oms/apps/develop/AppDeployCustom/add.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/oms/apps/develop/AppDeployCustom/add.vue b/project/oms/apps/develop/AppDeployCustom/add.vue index 0808716b..88e350ab 100644 --- a/project/oms/apps/develop/AppDeployCustom/add.vue +++ b/project/oms/apps/develop/AppDeployCustom/add.vue @@ -137,7 +137,7 @@ export default { params: {id} }).then(res => { if (res?.data) { - this.form = {...this.form, ...res.data} + this.form = {extra: {}, ...this.form, ...res.data} } }) },