Ext中ajax调用,显示加载显示。
发布时间:2020-12-16 01:31:26 所属栏目:百科 来源:网络整理
导读:handler:function(){ me.getEl().mask("获取批复中..."); Ext.Ajax.request({ url: '../ZxbShipMentApplyController/obtainApprove.json',method : "POST",success: function(response){ me.getEl().unmask(); var text = response.responseText; //console.l
handler:function(){
me.getEl().mask("获取批复中..."); Ext.Ajax.request({ url: '../ZxbShipMentApplyController/obtainApprove.json',method : "POST",success: function(response){ me.getEl().unmask(); var text = response.responseText; //console.log(text); // process server response here Ext.Msg.alert("提示!","申请批复成功"); } }); } (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |