From 9f59a999252356393adcb2c0cdf3aaa3ca74dfa7 Mon Sep 17 00:00:00 2001 From: LiJun <LiJun@192.168.10.24> Date: 星期三, 14 十一月 2018 16:49:44 +0800 Subject: [PATCH] 电池组的组端信息和电池组的单体信息<---------跨域访问---------> --- gx_tieta/WebRoot/js/dischargetest/bts.js | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gx_tieta/WebRoot/js/dischargetest/bts.js b/gx_tieta/WebRoot/js/dischargetest/bts.js index 8cfd0d7..ae87870 100644 --- a/gx_tieta/WebRoot/js/dischargetest/bts.js +++ b/gx_tieta/WebRoot/js/dischargetest/bts.js @@ -134,7 +134,7 @@ if(model.code == 1 && model.data != undefined && model.data.length>0){ setBTSParam(model.data, false); if(is_showAlert){ - noContent.showNoContent("鑾峰彇娴嬭瘯鍙傛暟鎴愬姛"); + noContent.showNoContent("鑾峰彇娴嬭瘯鍙傛暟鎴愬姛", true); } initPopup(BTS_popup); if(!acStart) { @@ -240,7 +240,7 @@ var model = eval('('+data.result+')'); //console.info(model); if(model.code == 1){ - noContent.showNoContent("淇敼娴嬭瘯鍙傛暟鎴愬姛"); + noContent.showNoContent("淇敼娴嬭瘯鍙傛暟鎴愬姛", true); var temp = { num:CMD_61850_GETPARAM, dev_id:param.dev_id, @@ -317,13 +317,13 @@ function showBTSContent(cmd, issuccess) { if(cmd == CMD_BTS_Start){ if(issuccess){ - noContent.showNoContent("鍚姩娴嬭瘯鎴愬姛"); + noContent.showNoContent("鍚姩娴嬭瘯鎴愬姛", true); }else{ noContent.showNoContent("鍚姩娴嬭瘯澶辫触"); } }else if(cmd == CMD_BTS_Stop){ if(issuccess){ - noContent.showNoContent("鍋滄娴嬭瘯鎴愬姛"); + noContent.showNoContent("鍋滄娴嬭瘯鎴愬姛", true); }else{ noContent.showNoContent("鍋滄娴嬭瘯澶辫触"); } -- Gitblit v1.9.1