From d970ed76960691bf8eddb308ee3c1dab261acb65 Mon Sep 17 00:00:00 2001 From: sws <1141121512@qq.com> Date: Wed, 18 Sep 2024 17:09:22 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96?= 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 37349888..eb2c13ce 100644 --- a/src/views/layout/index.vue +++ b/src/views/layout/index.vue @@ -209,6 +209,7 @@ const save_formmat_form_data = (data: diy_data_item, close: boolean = false, is_ }); item.com_data.content.data_auto_list = []; } else if (new_array_2.includes(item.key)) { + item.com_data.content.tabs_active_index = 0; item.com_data.content.tabs_list.map((item: any) => { item.data_ids = item.data_list.map((item1: any) => item1.data.id).join(',') || ''; item.data_list = item.data_list.map((item2: any) => {