From b3cc369a3c0e4b8e92ce7607629aaa3c40e19fb6 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期四, 30 七月 2020 15:31:23 +0800 Subject: [PATCH] #当前本版十分完美、冻结 --- src/main/webapp/static/js/common.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/main/webapp/static/js/common.js b/src/main/webapp/static/js/common.js index fe57871..da9fc8b 100644 --- a/src/main/webapp/static/js/common.js +++ b/src/main/webapp/static/js/common.js @@ -163,7 +163,7 @@ /*************************************************************************************************************/ function arrRemove(arr, key, val) { - for(let i=arr.length-1; i>=0; i--){ + for(var i=arr.length-1; i>=0; i--){ if(arr[i][key] === val){ arr.splice(i,1); } -- Gitblit v1.9.1