From aae725398cf70bf3265a8e31e8e4f7addbe4abdb Mon Sep 17 00:00:00 2001 From: khj0414 Date: Mon, 17 Mar 2025 14:00:37 +0900 Subject: [PATCH] =?UTF-8?q?=EB=93=B1=EB=A1=9D=20=EC=88=98=EC=A0=95?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/wordDict/wordDict.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/wordDict/wordDict.vue b/src/views/wordDict/wordDict.vue index fe23c7f..bdc647e 100644 --- a/src/views/wordDict/wordDict.vue +++ b/src/views/wordDict/wordDict.vue @@ -193,7 +193,7 @@ }else{ const lastCategory = cateList.value[cateList.value.length - 1]; category = lastCategory ? lastCategory.value + 1 : 600101; - newCodName = data; + newCodName = data.trim(); } sendWordRequest(category, wordData, newCodName); };