Browse Source

新在线文档

hujunwei@agilestar.cn 2 years ago
parent
commit
4429b47f18
1 changed files with 0 additions and 15 deletions
  1. 0 15
      src/components/uploadOnlineOffice.vue

+ 0 - 15
src/components/uploadOnlineOffice.vue

@@ -123,20 +123,6 @@ export default {
             }
             this.num++;
             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({
                 url: this.fileInfo.url,
                 method: "post",
@@ -194,7 +180,6 @@ export default {
                 }
                 return false;
             });
-            // })
 
         },
     },