Selaa lähdekoodia

2019-09-23 19632

xs 5 vuotta sitten
vanhempi
commit
f01a445ac6

+ 1 - 1
src/main/webapp/webpage/modules/sg/project/updateItemForm.jsp

@@ -121,7 +121,7 @@
             // data:JSON.stringify({id:newid2,type:xmmc2,fee:fyje2}),
             data:$('#updateForm').serialize(),
             success:function(result){
-                layer.msg(result.msg, {icon: 5,offset:['38%','38%']},function () {
+                layer.msg(result.msg, {icon: 6,offset:['38%','38%']},function () {
                     parent.location.reload();
                 });
             }

+ 1 - 1
src/main/webapp/webpage/modules/sg/projecttem/updateItem.jsp

@@ -116,7 +116,7 @@
             // data:JSON.stringify({id:newid2,type:xmmc2,fee:fyje2}),
             data:$('#updateForm').serialize(),
             success:function(result){
-                layer.msg(result.msg, {icon: 5,offset:['38%','38%']},function () {
+                layer.msg(result.msg, {icon:6,offset:['38%','38%']},function () {
                     parent.location.reload();
                 });
             }