From d5d4f0f5fce19b01b2bf706dd8cb8f8e7dc1164d Mon Sep 17 00:00:00 2001 From: xueyinfei <1207092115@qq.com> Date: Wed, 24 Sep 2025 16:21:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=85=83=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E4=BF=A1=E6=81=AF=E9=A1=B5=E9=9D=A2bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vue-fastapi-frontend/src/views/meta/metaInfo/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/vue-fastapi-frontend/src/views/meta/metaInfo/index.vue b/vue-fastapi-frontend/src/views/meta/metaInfo/index.vue index 629a5e9..91f733b 100644 --- a/vue-fastapi-frontend/src/views/meta/metaInfo/index.vue +++ b/vue-fastapi-frontend/src/views/meta/metaInfo/index.vue @@ -1338,6 +1338,7 @@ remoteSecLvl() } function showColumnDialog(row) { + columnList.value = [] let tableData = JSON.parse(JSON.stringify(row)) currentMetaData.value = { tabEngName: tableData.tabEngName,