From 7f953d9aa0e7d4fcbe3c366c7f9f0b3f847f12bd Mon Sep 17 00:00:00 2001
From: hdw <hdw@192.168.137.1>
Date: 星期六, 19 一月 2019 09:16:08 +0800
Subject: [PATCH] Merge branch 'dev_lxw' of https://gitlab.com/whyclxw1/gx_tieta.git into dev_lxw

---
 gx_tieta/WebRoot/mobil/batt-infor-unapproved-edit2.html |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gx_tieta/WebRoot/mobil/batt-infor-unapproved-edit2.html b/gx_tieta/WebRoot/mobil/batt-infor-unapproved-edit2.html
index 752151f..55c099b 100644
--- a/gx_tieta/WebRoot/mobil/batt-infor-unapproved-edit2.html
+++ b/gx_tieta/WebRoot/mobil/batt-infor-unapproved-edit2.html
@@ -597,15 +597,15 @@
 					console.info(model);
 					if(model.code ==1){
 						alert("淇敼鎴愬姛");
-						//window.location.href="batt-unapproved.html"
+						window.location.href="batt-unapproved.html"
 					}else{
 						alert("淇敼澶辫触!");
-						//window.location.href="batt-unapproved.html"
+						window.location.href="batt-unapproved.html"
 					}		
 	        	},
 	        	error:function(){
 	        		alert("淇敼鐢垫睜缁勫け璐�!");
-	        		//window.location.href="batt-unapproved.html"
+	        		window.location.href="batt-unapproved.html"
 	        	}
  		});
  	}

--
Gitblit v1.9.1