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);