修改bug

This commit is contained in:
yj 2024-12-12 11:21:59 +08:00
parent c8d8db27d7
commit 41e9742610
1 changed files with 1 additions and 1 deletions

View File

@ -475,7 +475,7 @@ const Index: React.FC = () => {
if (!createRoomFrom.roomNum) {
return message.error('请输入房间号!')
}
if (!createRoomFrom.year) {
if (createRoomFrom.year === "") {
return message.error('请输入届!')
}
if (isCreateRoom) {