码迷,mamicode.com
首页 > 其他好文 > 详细

提交数据加载中缓冲提示

时间:2020-01-20 12:46:42      阅读:93      评论:0      收藏:0      [点我收藏+]

标签:success   for   text   pat   dia   type   val   path   eal   

$(‘#healthResultCorrelationCompanyAddForm‘).form(‘submit‘, {
onSubmit: function () {
$.messager.progress({
title: ‘提示‘,
msg: ‘数据提交中,请稍候……‘,
text: ‘‘
});
return true;
},
url: ‘<%=basePath%>xyData/health/addCorrelationCompany.do‘,
success: function (data) {
$.messager.progress(‘close‘);
data = eval("(" + data + ")");//JSON字符串转对象

$.messager.show({
title: ‘提示‘,
msg: data.msg,
showType: ‘show‘
});

$(‘#healthResultCorrelationCompanyAdd‘).dialog(‘close‘);
$(‘#healthResultCorrelationCompanyTablelist‘).datagrid(‘reload‘);

},
error: function () {
$.messager.show({
title: ‘提示‘,
msg: data.msg,
showType: ‘show‘
});
}
});

提交数据加载中缓冲提示

标签:success   for   text   pat   dia   type   val   path   eal   

原文地址:https://www.cnblogs.com/xianz666/p/12217276.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!