From e42a05140bb9f523eec95034836cfd64edf61f4f Mon Sep 17 00:00:00 2001 From: sws <1141121512@qq.com> Date: Fri, 6 Sep 2024 11:49:08 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E5=B8=83=E5=B1=80=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E4=B8=AD=E5=AF=B9=E8=A1=A8=E5=8D=95footer=E5=B1=9E?= =?UTF-8?q?=E6=80=A7=E7=9A=84=E8=A7=82=E5=AF=9F=E8=80=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在`index.vue`文件中,删除了用于监听表单footer属性变化的观察者。此改动不会影响页面加载时的初始化数据处理逻辑。 --- src/views/layout/index.vue | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/views/layout/index.vue b/src/views/layout/index.vue index c870779e..8c4df799 100644 --- a/src/views/layout/index.vue +++ b/src/views/layout/index.vue @@ -100,14 +100,6 @@ const export_data_event = () => { } }; //#region 页面初始化数据 ---------------------start -watch( - () => form.value.footer, - (new_value) => { - console.log('layout:', new_value); - }, - { deep: true } -); - // 页面加载 onBeforeMount(async () => { await common_init();