zs 3 달 전
부모
커밋
b56e6421bb
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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}`
       }
     }