bug调整

This commit is contained in:
2024-12-07 15:07:56 +08:00
parent 56cd6299e8
commit 3c3e2a7e53
3 changed files with 6 additions and 5 deletions

View File

@@ -635,7 +635,7 @@ const subForm: any = ref({
}
})
// 特殊字符正则表达式
const specialCharRegex = /[<>\"'\%;()&+\-———|@*_?#$!,.html<script>]/
const specialCharRegex = /[!@#$%^&*()_+\-=\[\]{};':"\\|,.<>\/?]/
//定义校验规则
const rules = ref({
reporter: [{ required: true, message: '请输入填报人', trigger: 'blur' }],