소스 검색

导入日志优化

wyh 1 년 전
부모
커밋
6a26799743
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/views/module_kzks/projectImportList/modules/ProjectImportListForm.vue

+ 2 - 0
src/views/module_kzks/projectImportList/modules/ProjectImportListForm.vue

@@ -63,6 +63,8 @@
         },
         confirmLoading: false,
         validatorRules: {
+          file: [{ required: true, message: '上传文件不能为空' }],
+          fileType: [{ required: true, message: '导入类型不能为空' }],
         },
         url: {
           add: "/projectImportList/projectImportList/add",