From 2e88602ef7f6db65565b22bd5885d2439957e0fe Mon Sep 17 00:00:00 2001 From: wangxiang <1827945911@qq.com> Date: Sun, 8 May 2022 02:29:41 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=A3=20=E5=88=B6=E5=AE=9A=E5=BC=80?= =?UTF-8?q?=E5=8F=91=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/system/client/ClientDrawer.vue | 2 +- kicc-ui/src/views/system/client/index.vue | 8 +++- .../src/views/system/config/config.data.ts | 2 +- kicc-ui/src/views/system/config/index.vue | 40 +++++++++---------- kicc-ui/src/views/system/dept/DeptModal.vue | 2 +- kicc-ui/src/views/system/dept/index.vue | 2 +- kicc-ui/src/views/system/dict/index.vue | 3 +- kicc-ui/src/views/system/role/RoleDrawer.vue | 2 +- kicc-ui/src/views/system/role/role.data.ts | 2 +- kicc-ui/src/views/system/user/user.data.ts | 4 +- 10 files changed, 35 insertions(+), 32 deletions(-) diff --git a/kicc-ui/src/views/system/client/ClientDrawer.vue b/kicc-ui/src/views/system/client/ClientDrawer.vue index efed0548..db783bb7 100644 --- a/kicc-ui/src/views/system/client/ClientDrawer.vue +++ b/kicc-ui/src/views/system/client/ClientDrawer.vue @@ -52,7 +52,7 @@ try { const values = await validate(); setDrawerProps({ confirmLoading: true }); - await set(values); + //await set(values); closeDrawer(); emit('success'); } finally { diff --git a/kicc-ui/src/views/system/client/index.vue b/kicc-ui/src/views/system/client/index.vue index db95e86a..3b0181a8 100644 --- a/kicc-ui/src/views/system/client/index.vue +++ b/kicc-ui/src/views/system/client/index.vue @@ -1,5 +1,9 @@