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() } } })