yangbifan 2 tahun lalu
induk
melakukan
f9ed18656f
1 mengubah file dengan 1 tambahan dan 4 penghapusan
  1. 1 4
      src/pages/main/onlineExcel/index.vue

+ 1 - 4
src/pages/main/onlineExcel/index.vue

@@ -112,7 +112,7 @@
                         </div>
                         <div style="width: 85px;display: inline-block;margin-left: 70px;cursor: pointer">
                             <span class="iconfont icon-excel" style="font-size: 80px;color: dodgerblue"></span>
-                            <input id="upload-file" name="file" type="file" @change="handleUpload">123
+                            <input id="upload-file" name="file" type="file" @change="handleUpload">
                         </div>
                         <div style="width: 85px;display: inline-block;margin-left: 70px;cursor: pointer"
                             @click="addFolderStatus = true">
@@ -369,12 +369,9 @@ export default {
                         message: '请填写完毕后点击“保存”按钮',
                         type: 'success'
                     });
-                    console.log(123888);
                     var id = res.data.desc;
-                    console.log(1239999);
                     //放入id,切换到excel模式
                     document.getElementById('excelId').setAttribute("value", id);
-                    console.log(123);
                     _this.showExcel = true;
                     console.log(_this.showExcel);
                 }