From 54363c66b6feda6efdaf76587fed1e2fdef4ae8c Mon Sep 17 00:00:00 2001 From: sws <1141121512@qq.com> Date: Mon, 9 Sep 2024 11:45:52 +0800 Subject: [PATCH] =?UTF-8?q?1.=E6=8E=A5=E5=8F=A3=E8=B0=83=E7=94=A8=E4=BC=98?= =?UTF-8?q?=E5=8C=96=EF=BC=8C=E5=87=8F=E5=B0=91=E6=8E=A5=E5=8F=A3=E8=B0=83?= =?UTF-8?q?=E7=94=A8=E6=AC=A1=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/layout/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/layout/index.vue b/src/views/layout/index.vue index 2164d132..314422fb 100644 --- a/src/views/layout/index.vue +++ b/src/views/layout/index.vue @@ -187,6 +187,7 @@ const save_formmat_form_data = (data: diy_data_item, close: boolean = false, is_ // if (new_array.includes(item.key)) { // item.com_data.content.data_ids = item.com_data.content.data_list.map((item: any) => item.data.id).join(',') || ''; // item.com_data.content.data_list = []; + // item.com_data.content.data_auto_list = []; // } else if (item.key == 'data-magic') { // item.com_data.content.data_magic_list.map((item1: any) => { // item1.goods_ids = item.goods_list.map((item2: any) => item2.data.id).join(',') || '';