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