수직적설량 체크 추가
This commit is contained in:
parent
808f497f43
commit
87353d4238
@ -1376,7 +1376,7 @@ export default function StuffDetail() {
|
||||
}
|
||||
|
||||
if (params?.receiveUser !== '') {
|
||||
if (params?.receiveUser.trim().length > 10) {
|
||||
if (checkLength(params?.receiveUser.trim()) > 10) {
|
||||
return swalFire({ text: getMessage('stuff.detail.tempSave.message2'), type: 'alert', icon: 'warning' })
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user