From 5f5b3e5b41a1d2650b087608d818a0c913cdc094 Mon Sep 17 00:00:00 2001 From: jackhoo_98 Date: Mon, 27 Mar 2023 19:45:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20bug#10945=20=E4=BF=AE=E5=A4=8D=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=E7=AE=A1=E7=90=86=E9=83=A8=E5=88=86bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/Menu/Detail/BasicInfo.vue | 7 +------ src/views/system/Menu/components/ButtonAddDialog.vue | 6 ++++-- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/src/views/system/Menu/Detail/BasicInfo.vue b/src/views/system/Menu/Detail/BasicInfo.vue index 52111879..2ae0fd7a 100644 --- a/src/views/system/Menu/Detail/BasicInfo.vue +++ b/src/views/system/Menu/Detail/BasicInfo.vue @@ -406,12 +406,7 @@ type assetType = { value: string; }; -watch( - () => form.data.icon, - () => { - basicFormRef.value?.validate(); - }, -); +