Преглед изворни кода

Merge branch 'master' of http://192.168.2.241:3000/zx/kxc_web

13408401276 пре 3 година
родитељ
комит
31375e1fb1
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/views/kxcSystem/functionManage/spatialDataImport/widget.vue

+ 1 - 1
src/views/kxcSystem/functionManage/spatialDataImport/widget.vue

@@ -24,7 +24,7 @@
               <i class="el-icon-circle-close" style="margin-left:5px;margin-top:10px;cursor: pointer;"></i>
             </span>
             <template slot="append">
-              <el-upload class="upload-spatialData" ref="upload" action="action" :on-preview="handlePreview" accept=".zip,.ZIP,.rar,.RAR"
+              <el-upload class="upload-spatialData" ref="upload" action="action" accept=".zip,.ZIP,.rar,.RAR"
                          name="upload" :on-error="handleError" :on-success="handleSuccess" :on-exceed="handleExceed" :limit="1"
                          :on-change="handleChange" :show-file-list="false" :auto-upload="false" style="height: calc(100% - 32px);">
                 <el-button type="primary">选择文件</el-button>