Parcourir la source

导入日志优化

wyh il y a 1 an
Parent
commit
6a26799743

+ 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",