xs hace 5 años
padre
commit
b383f9acfe
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/main/webapp/webpage/modules/sg/projecttem/addItem.js

+ 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%']});
           }
       }
    });