From 15733e8e8578008b3bf6ff06d2fded7161de2e13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Tue, 25 Mar 2025 09:48:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=95=B0=E6=8D=AE=E5=A4=84?= =?UTF-8?q?=E7=90=86=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/layout/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/layout/index.vue b/src/views/layout/index.vue index e42faa43..2164a38d 100644 --- a/src/views/layout/index.vue +++ b/src/views/layout/index.vue @@ -278,7 +278,7 @@ const save_formmat_form_data = (data: diy_data_item, close: boolean = false, is_ item.com_data.content.data_auto_list = []; if (item.com_data.content.data_type == '0') { item.com_data.content = { - ...item.com_data.content, + ...cloneDeep(item.com_data.content), keywords: '', type: defaultConfigSetting.coupon_ids, expire_type_ids: defaultConfigSetting.coupon_ids,