Commit a54c70c7 authored by youjie's avatar youjie

修复bug

parent 5ded1915
...@@ -794,7 +794,7 @@ ...@@ -794,7 +794,7 @@
res => { res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
that.initDataTable(); that.initDataTable();
that.success(this.$t('tips.saveYes')); that.Success(this.$t('tips.saveYes'));
that.isShowDIv = false; that.isShowDIv = false;
that.resetForm("addMsg"); that.resetForm("addMsg");
} else { } else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment