From b51bd10da1aaf8100cc20724b379d13a40be6d1b Mon Sep 17 00:00:00 2001 From: Wangder03 Date: Sun, 15 Dec 2024 00:28:07 +0800 Subject: [PATCH] wangd --- WebContent/js/bootstrap-table.js | 1 + 1 file changed, 1 insertion(+) diff --git a/WebContent/js/bootstrap-table.js b/WebContent/js/bootstrap-table.js index 4307421..cf13262 100644 --- a/WebContent/js/bootstrap-table.js +++ b/WebContent/js/bootstrap-table.js @@ -96,6 +96,7 @@ + // 获取对象的类名(通过调用Object.prototype.toString并截取返回结果的一部分来获取) var toString = {}.toString; var classofRaw = function (it) {