From 69b7d92105b78d27498d04ee03d3fd9914508efa Mon Sep 17 00:00:00 2001 From: caoqianming Date: Tue, 11 Jun 2024 11:16:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20base=20=E5=AD=97=E5=85=B8=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=88=B7=E6=96=B0=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/sys/dict.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/sys/dict.vue b/src/views/sys/dict.vue index d0de04a4..d0a8929a 100644 --- a/src/views/sys/dict.vue +++ b/src/views/sys/dict.vue @@ -38,7 +38,7 @@ - + @@ -257,7 +257,7 @@ this.isSaveing = false; if(res.name){ this.visibleDicType = false; - this.getDic(); + this.getDicType(); this.$message.success("操作成功") }else{ this.$alert(res.message, "提示", {type: 'error'}) @@ -364,7 +364,7 @@ }else{ that.$message.success("操作成功"); that.visibleDicItem = false; - that.getDicType(); + that.$refs.table.refresh() } } })