hdw
2018-10-25 5c2a279a7fc9887eb8e56781c36c341f3d8d2ca4
gx_tieta/WebRoot/js/dischargetest/bts.js
@@ -118,8 +118,8 @@
});
//获取BTS设备的测试参数等
function searchBTSTestParam(temp){
   var is_showAlert = (arguments.length==1);
function searchBTSTestParam(temp, acStart){
   var is_showAlert = (acStart == undefined);
   loading.showLoading();
   $.ajax({    
       type: "post",             
@@ -137,6 +137,10 @@
               noContent.showNoContent("获取测试参数成功");
            }
            initPopup(BTS_popup);
            if(!acStart) {
               BTSBtn.startTest(false);
            }
         }else{
            if(model.data != undefined && model.data.length>0){
               setBTSParam(model.data, true);