Commit 2c849272 authored by 高滢's avatar 高滢

feat(概览): 70947

parent 79b84f31
......@@ -135,9 +135,10 @@ export default {
const result = regex.test(file.name)
if (result === true) {
this.fileList = []
// this.fileList = []
// this.$refs.imageUpload.clearFiles()
this.$modal.msgError('文件名称不正确,请上传不包含特殊字符名称的图片')
return false
} else if (result === false) {
let isImg = false
if (this.fileType.length) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment