From f3bd274cf53bef20d13bbc750e1be7937593f628 Mon Sep 17 00:00:00 2001 From: caoqianming Date: Wed, 31 Mar 2021 11:23:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=91=E5=9E=8B=E8=8F=9C?= =?UTF-8?q?=E5=8D=95=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/src/views/system/dict.vue | 13 +++++++++++-- client/src/views/system/organization.vue | 11 +++++------ 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/client/src/views/system/dict.vue b/client/src/views/system/dict.vue index 8baeb20..87bf01f 100644 --- a/client/src/views/system/dict.vue +++ b/client/src/views/system/dict.vue @@ -126,7 +126,11 @@ - + @@ -147,7 +151,11 @@ - + @@ -344,6 +352,7 @@ export default { if (valid) { const isEdit = this.dgT2 === 'edit' if (isEdit) { + console.log(this.dict) updateDict(this.dict.id, this.dict).then(res => { this.getList() this.dgV2 = false diff --git a/client/src/views/system/organization.vue b/client/src/views/system/organization.vue index f17d0dd..9116936 100644 --- a/client/src/views/system/organization.vue +++ b/client/src/views/system/organization.vue @@ -84,12 +84,11 @@ - +