From 0c561459e97ea3db6ed28e860c6b75891e2587d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=8D=E5=81=9A=E7=A0=81=E5=86=9C?= <599854767@qq.com> Date: Tue, 4 Jul 2023 19:49:32 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20fix=E4=BB=A3=E7=A0=81=E7=94=9F=E6=88=90?= =?UTF-8?q?=E6=B8=85=E7=A9=BA=E4=B8=8A=E7=BA=A7=E8=8F=9C=E5=8D=95=E5=90=8E?= =?UTF-8?q?=E6=8F=90=E4=BA=A4=E6=95=B0=E6=8D=AE=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/tool/gen/genInfoForm.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/views/tool/gen/genInfoForm.vue b/src/views/tool/gen/genInfoForm.vue index 9df368d..2467ad8 100644 --- a/src/views/tool/gen/genInfoForm.vue +++ b/src/views/tool/gen/genInfoForm.vue @@ -97,6 +97,7 @@ :props="{ checkStrictly: true, value: 'menuId', label: 'menuName', emitPath: false }" placeholder="请选择上级菜单" clearable + @change="clearParentMent($event)" v-model="info.parentMenuId">