From 361ffc8aa2b8d919a891daba70d3187a660200fb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=BF=98=E4=BF=97=E4=BA=8C=E5=B8=88=E5=85=84?=
<505097558@qq.com>
Date: Thu, 24 Aug 2023 15:26:01 +0000
Subject: [PATCH] =?UTF-8?q?update=20public/assets/js/bootstrap-table-commo?=
=?UTF-8?q?nsearch.js.=20=E5=BD=93bstable=E4=B8=ADsearchList=E4=BC=A0?=
=?UTF-8?q?=E5=85=A5id=E4=B8=BA0=E7=9A=84=E5=AD=97=E6=AE=B5=E6=97=B6?=
=?UTF-8?q?=EF=BC=8C=E5=8F=88=E5=92=8C=E9=A1=B5=E9=9D=A2nav-tabs=E4=B8=AD?=
=?UTF-8?q?=E5=85=B3=E8=81=94=E6=97=B6=EF=BC=8C=E4=BC=9A=E5=88=A4=E6=96=AD?=
=?UTF-8?q?=20null=3D=3D0=20=E4=B8=BAtrue=EF=BC=8C=E5=AF=BC=E8=87=B4?=
=?UTF-8?q?=E4=B8=80=E8=BF=9B=E5=85=A5=E9=A1=B5=E9=9D=A2=EF=BC=8C=E9=80=89?=
=?UTF-8?q?=E9=A1=B9=E5=8D=A1=E4=B8=BA=E5=85=A8=E9=83=A8=EF=BC=8C=E4=BD=86?=
=?UTF-8?q?=E6=98=AF=E4=BC=A0=E5=85=A5=E7=9A=84=E8=BF=99=E4=B8=AAselect?=
=?UTF-8?q?=E4=BC=9A=E9=80=89=E4=B8=ADid=E4=B8=BA0=E7=9A=84option=EF=BC=8C?=
=?UTF-8?q?=E8=80=8C=E4=B8=8D=E6=98=AF=E7=A9=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Signed-off-by: 还俗二师兄 <505097558@qq.com>
---
public/assets/js/bootstrap-table-commonsearch.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/assets/js/bootstrap-table-commonsearch.js b/public/assets/js/bootstrap-table-commonsearch.js
index 8091961cc..3003095e0 100644
--- a/public/assets/js/bootstrap-table-commonsearch.js
+++ b/public/assets/js/bootstrap-table-commonsearch.js
@@ -157,7 +157,7 @@
} else {
key = isArray ? value : key;
}
- optionList.push(sprintf("", key == vObjCol.defaultValue ? 'selected' : ''));
+ optionList.push(sprintf("", key === vObjCol.defaultValue ? 'selected' : ''));
});
return optionList;
};
--
Gitee