From 6d0d9ee5e761d990449be40b9d579e3bdb2b6acf Mon Sep 17 00:00:00 2001 From: CJJ <Administrator@USER-20180117QL> Date: 星期三, 26 十二月 2018 11:50:48 +0800 Subject: [PATCH] 修改 --- gx_tieta/WebRoot/mobil/ele-param2.html | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gx_tieta/WebRoot/mobil/ele-param2.html b/gx_tieta/WebRoot/mobil/ele-param2.html index 8798da5..f5cbe0e 100644 --- a/gx_tieta/WebRoot/mobil/ele-param2.html +++ b/gx_tieta/WebRoot/mobil/ele-param2.html @@ -257,7 +257,7 @@ $(document).ready(function(){ //setPage(); - $("#submit").click(function(){ + $("#submit").off('click').on('click.cjj',function(){ //newbattnum; //Page.pageCurr=1; @@ -373,7 +373,7 @@ function seteditparm(index){ if(arrdata.length>0){ //瀛樺叆鐨勪负鎵�鏈夊凡鏌ュ嚭鏁版嵁 console.info(arrdata); - var arr= creatYanshouObj(arrdata,index);//鐢宠楠屾敹鏂规硶銆� + var arr= creatYanshouObj(arrdata,index); return arr; }else{ alert("璇风瓑寰呭嚑绉掑悗鍐嶆彁浜ょ敵璇�"); -- Gitblit v1.9.1