등록 수정정
This commit is contained in:
parent
69887a798f
commit
aae725398c
@ -193,7 +193,7 @@
|
|||||||
}else{
|
}else{
|
||||||
const lastCategory = cateList.value[cateList.value.length - 1];
|
const lastCategory = cateList.value[cateList.value.length - 1];
|
||||||
category = lastCategory ? lastCategory.value + 1 : 600101;
|
category = lastCategory ? lastCategory.value + 1 : 600101;
|
||||||
newCodName = data;
|
newCodName = data.trim();
|
||||||
}
|
}
|
||||||
sendWordRequest(category, wordData, newCodName);
|
sendWordRequest(category, wordData, newCodName);
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user