RuoYi
2026-01-28 7d821ed04389ef4141731c06ae4a470dec0136e9
ruoyi-ui/src/views/system/dict/index.vue
@@ -304,13 +304,13 @@
      this.$refs["form"].validate(valid => {
        if (valid) {
          if (this.form.dictId != undefined) {
            updateType(this.form).then(response => {
            updateType(this.form).then(() => {
              this.$modal.msgSuccess("修改成功")
              this.open = false
              this.getList()
            })
          } else {
            addType(this.form).then(response => {
            addType(this.form).then(() => {
              this.$modal.msgSuccess("新增成功")
              this.open = false
              this.getList()