zs 3 weeks ago
parent
commit
b56e6421bb
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/views/win/popularwillParts/investigateIndex.vue

+ 0 - 1
src/views/win/popularwillParts/investigateIndex.vue

@@ -102,7 +102,6 @@ const validateObject = async (arr: any) => {
       if (!obj.reply || obj.reply.length == 0) {
         if (obj.type == '2' || obj.type == '3' || obj.type == '5')
           errors[obj.name] = `请选择${obj.name}`
-        else if (obj.type == '6') errors[obj.name] = `请上传${obj.name}`
         else errors[obj.name] = `请填写${obj.name}`
       }
     }