zs 1 月之前
父節點
當前提交
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}`
       }
     }