From d2b6258c72af99c4c949f423099c36d1569f2937 Mon Sep 17 00:00:00 2001 From: 81041 <81041@DESKTOP-025NVD9> Date: 星期三, 26 十二月 2018 14:34:56 +0800 Subject: [PATCH] Merge branch 'dev_lxw' of https://whyclxw1@gitlab.com/whyclxw1/gx_tieta.git into dev_lxw --- 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