From d02ba57ffb93b34f54512db23a61db4f9b607a99 Mon Sep 17 00:00:00 2001 From: RuoYi Date: Fri, 27 Sep 2024 16:02:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BB=A3=E7=A0=81=E7=94=9F?= =?UTF-8?q?=E6=88=90=E4=B8=8A=E7=BA=A7=E8=8F=9C=E5=8D=95=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/tool/gen/genInfoForm.vue | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/src/views/tool/gen/genInfoForm.vue b/src/views/tool/gen/genInfoForm.vue index 2e7ca45..926d268 100644 --- a/src/views/tool/gen/genInfoForm.vue +++ b/src/views/tool/gen/genInfoForm.vue @@ -91,11 +91,13 @@ - @@ -287,6 +289,10 @@ function getMenuTreeselect() { }); } +onMounted(() => { + getMenuTreeselect(); +}) + watch(() => props.info.subTableName, val => { setSubTableColumns(val); }); @@ -297,5 +303,4 @@ watch(() => props.info.tplWebType, val => { } }); -getMenuTreeselect();