From da39f98e80e7725076cee697333666d091a38b20 Mon Sep 17 00:00:00 2001
From: hdw <496960745@qq.com>
Date: 星期三, 07 十一月 2018 10:35:17 +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