From 673bec292f0d879ef27631d508b525dd2b79d678 Mon Sep 17 00:00:00 2001 From: dataeaseShu <106045316+dataeaseShu@users.noreply.github.com> Date: Thu, 20 Oct 2022 13:53:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BB=AA=E8=A1=A8=E6=9D=BF=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E6=A0=8F=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4=20sql?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E9=9B=86table=E9=A2=84=E8=A7=88=E5=9B=BA?= =?UTF-8?q?=E5=AE=9A=E6=98=BE=E7=A4=BA=20=E7=B3=BB=E7=BB=9F=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E9=83=A8=E5=88=86=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96?= =?UTF-8?q?=20=E5=88=9B=E5=BB=BA=E6=95=B0=E6=8D=AE=E9=9B=86=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E6=A1=86=E9=94=AE=E5=85=A5=E5=8F=97=E9=99=90#3392?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/dataset/add/AddApi.vue | 54 +++++-------- frontend/src/views/dataset/add/AddDB.vue | 55 ++++++------- frontend/src/views/dataset/add/AddSQL.vue | 2 +- .../src/views/panel/GrantAuth/shareTree.vue | 4 +- .../views/system/sysParam/BasicSetting.vue | 3 +- .../views/system/sysParam/EmailSetting.vue | 79 +++++-------------- .../views/system/sysParam/KettleSetting.vue | 22 +----- .../sysParam/MapSetting/MapSettingLeft.vue | 28 +++---- .../sysParam/MapSetting/MapSettingRight.vue | 18 ++--- .../system/sysParam/MapSetting/index.vue | 11 ++- .../system/sysParam/SimpleModeSetting.vue | 6 -- frontend/src/views/system/sysParam/index.vue | 18 ++--- .../src/views/system/task/DatasetTaskList.vue | 31 +------- frontend/src/views/system/task/Form.vue | 37 +++------ frontend/src/views/system/task/index.vue | 8 -- frontend/src/views/system/task/options.js | 35 +++++++- .../src/views/system/user/PrivateForm.vue | 1 - 17 files changed, 140 insertions(+), 272 deletions(-) diff --git a/frontend/src/views/dataset/add/AddApi.vue b/frontend/src/views/dataset/add/AddApi.vue index c0171cd5aa..e58af02b67 100644 --- a/frontend/src/views/dataset/add/AddApi.vue +++ b/frontend/src/views/dataset/add/AddApi.vue @@ -153,14 +153,13 @@