瀏覽代碼

新在线文档

hujunwei@agilestar.cn 2 年之前
父節點
當前提交
4429b47f18
共有 1 個文件被更改,包括 0 次插入15 次删除
  1. 0 15
      src/components/uploadOnlineOffice.vue

+ 0 - 15
src/components/uploadOnlineOffice.vue

@@ -123,20 +123,6 @@ export default {
             }
             }
             this.num++;
             this.num++;
             let _this = this;
             let _this = this;
-            // this.$http({
-            //     url: '/market/cOnlineSyncExcel/addExcelForUpload',
-            //     method: "post",
-            //     headers: {
-            //         "Content-Type": "application/json",
-            //     },
-            //     data: {
-            //         fileName: file.name.split('.')[0],
-            //         docType: docType,
-            //         folderId: this.filenowFolder.functionCode ? this.filenowFolder.functionCode : ''
-            //     },
-
-            // }).then((res) => {
-            //     console.log(res.data.desc);
             this.$http({
             this.$http({
                 url: this.fileInfo.url,
                 url: this.fileInfo.url,
                 method: "post",
                 method: "post",
@@ -194,7 +180,6 @@ export default {
                 }
                 }
                 return false;
                 return false;
             });
             });
-            // })
 
 
         },
         },
     },
     },