xs 5 anos atrás
pai
commit
b383f9acfe

+ 1 - 1
src/main/webapp/webpage/modules/sg/projecttem/addItem.js

@@ -34,7 +34,7 @@ function doSubmit(obj){ // 添加项目提交方法
           if(data.code=="1"){
              $("#inputForm").submit();
           }else{
-             layer.msg(data.msg, {icon: 5,offset:['33%','33%'});
+             layer.msg(data.msg, {icon: 5,offset:['33%','33%']});
           }
       }
    });