From 9ba77f85d56a4a52d5a7b57c9747dd96ee6f1ba6 Mon Sep 17 00:00:00 2001 From: 军 <军@hp-pc> Date: 星期六, 29 九月 2018 19:01:14 +0800 Subject: [PATCH] Merge branch 'dev_lxw' of https://whyclj@gitlab.com/whyclxw1/gx_tieta.git into dev_lxw --- gx_tieta/WebRoot/elegroup.jsp | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/gx_tieta/WebRoot/elegroup.jsp b/gx_tieta/WebRoot/elegroup.jsp index b5ea1df..14a8051 100644 --- a/gx_tieta/WebRoot/elegroup.jsp +++ b/gx_tieta/WebRoot/elegroup.jsp @@ -756,12 +756,18 @@ }); } var json=window.JSON.stringify(baoji_user); + + // 鏄剧ず绛夊緟妗� + loading.showLoading(); + return; //console.info(json); $.post('User_battgroup_baojigroup_usrAction!add',"json="+json,function(data){ var model=eval("("+data.result+")"); alert(model.msg); var baojizuid=$('#lbottom .li-con li.b8cfe5').attr('value'); searchBaojiZuUser(baojizuid); + // 闅愯棌绛夊緟妗� + loading.showLoading(); }); }else{ alert('<s:text name="There_is_nothing_to_be_done"/>'); /* 娌℃湁浠�涔堝彲浠ュ仛鐨� */ -- Gitblit v1.9.1