疯狂的狮子li
2020-08-02 a95abff0d3d36e29577c185d68a49f06d8bcd243
ruoyi-ui/src/views/system/dict/data.vue
@@ -305,8 +305,6 @@
                this.msgSuccess("修改成功");
                this.open = false;
                this.getList();
              } else {
                this.msgError(response.msg);
              }
            });
          } else {
@@ -315,8 +313,6 @@
                this.msgSuccess("新增成功");
                this.open = false;
                this.getList();
              } else {
                this.msgError(response.msg);
              }
            });
          }
@@ -352,4 +348,4 @@
    }
  }
};
</script>
</script>