Ver Fonte

git-svn-id: https://192.168.57.71/svn/jsgkj@1166 931142cf-59ea-a443-aa0e-51397b428577

ld_zhouk há 8 anos atrás
pai
commit
7e5c3fa720

+ 1 - 2
gkaqv2/trunk/modules/web/src/main/webapp/static/js/user/index.js

@@ -381,8 +381,7 @@ function save() {
         dataType : 'json',
         data : $('#myForm').serialize(), // 表单序列化,获取数据
         success : function(data) {
-            // 成功删除后刷新页面
-
+            // 成功后刷新页面
             if (data && data.success) {
                 layer.alert("数据已成功保存!");
                 closeWin();