|
@@ -159,6 +159,7 @@ function okSubmit() {
|
|
|
layer.msg('加载中', {
|
|
|
icon: 16
|
|
|
,shade: 0.01
|
|
|
+ ,time:false
|
|
|
,offset:['40%','40%']
|
|
|
});
|
|
|
//提交表单内容到后台
|
|
@@ -177,7 +178,7 @@ function okSubmit() {
|
|
|
window.location.href="${ctx}/project/tem/list?projectId="+data.id;
|
|
|
});
|
|
|
}else {
|
|
|
- layer.alert(data.msg, {icon: 6})
|
|
|
+ layer.alert(data.msg, {icon: 6,offset:['40%','40%']})
|
|
|
}
|
|
|
}
|
|
|
});
|