morphone1995 4 years ago
parent
commit
630e720ac2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/icss/dept/DeptManage.vue

+ 1 - 1
src/components/icss/dept/DeptManage.vue

@@ -9,8 +9,8 @@
             name="uploadfile "
             id="upFile"
             @change="uploadFile($event)"
-            accept=".csv, application/vnd.ms-excel, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"
           />
+                      <!-- accept=".csv, application/vnd.ms-excel, application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" -->
           <el-button size="mini" @click="importPage">{{uploadInfo}}</el-button>
           <el-button size="mini" @click="exportData">导出</el-button>
         </el-form-item>