From 8c5d83f44f76dd06ce7cb8955982b323698c3f56 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期一, 27 七月 2020 10:26:54 +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