등록 수정정

This commit is contained in:
khj0414 2025-03-17 14:00:37 +09:00
parent 69887a798f
commit aae725398c

View File

@ -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);
};