From fef13e39a1356eb3fc7b5182d1c733236bf741aa Mon Sep 17 00:00:00 2001 From: OathK1per Date: Tue, 15 Nov 2022 15:31:42 +0800 Subject: [PATCH] =?UTF-8?q?=E9=93=BE=E6=8E=A5=E4=B8=AD=E4=B8=8D=E8=83=BD?= =?UTF-8?q?=E6=9C=89=E5=A4=9A=E4=BD=99=E5=AD=97=E7=AC=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/templates/admin/space_statistics.ftl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/resources/templates/admin/space_statistics.ftl b/src/main/resources/templates/admin/space_statistics.ftl index 791b06f..929b4c5 100644 --- a/src/main/resources/templates/admin/space_statistics.ftl +++ b/src/main/resources/templates/admin/space_statistics.ftl @@ -208,8 +208,9 @@ // console.log('key is ' + key + ', value is ' + param[key]); // } - const certaintyStr = param.name; - window.location.href = "${base}/space/list?certainty=0&certaintyStr=" + certaintyStr; + const certaintyStr = param.name.slice(0, 1); + console.log("certaintyStr : " + certaintyStr); + window.location.href = "${base}/space/list?certaintyStr=" + certaintyStr + "&certainty=0"; });