二级评估字数长度限制和表格新增限制
This commit is contained in:
@@ -113,7 +113,9 @@ const submit = async () => {
|
||||
}
|
||||
|
||||
const handleInput = (value: string) => {
|
||||
form.name = value.replace(/[^\d]/g, '')
|
||||
form.name = value.replace(/\s/g, '')
|
||||
//form.name = value.replace(/[^\d]/g, '')
|
||||
|
||||
}
|
||||
|
||||
defineExpose({ open })
|
||||
|
||||
Reference in New Issue
Block a user