Showing
1 changed file
with
3 additions
and
1 deletions
@@ -162,7 +162,9 @@ | @@ -162,7 +162,9 @@ | ||
162 | if (data) { | 162 | if (data) { |
163 | data = $.parseJSON(data); | 163 | data = $.parseJSON(data); |
164 | if (data.code == 200) { | 164 | if (data.code == 200) { |
165 | - $.messager.alert("保存成功"); | 165 | + alert('保存成功'); |
166 | + window.location.reload(); | ||
167 | + | ||
166 | } else { | 168 | } else { |
167 | $.messager.alert("保存失败", data.message, "error"); | 169 | $.messager.alert("保存失败", data.message, "error"); |
168 | } | 170 | } |
-
Please register or login to post a comment