田源
2023-08-02 5f94dee5c55a03c4b9d3d6cc2f41abfd102e7303
Source/UBCS-WEB/src/components/Master/MasterTransfer.vue
@@ -78,6 +78,7 @@
             key: index,
           });
         });
         console.log(this.data)
         //excel表格数据转换
         this.option.column[0].children=newval.map(obj => {
           return {
@@ -188,7 +189,7 @@
          exportCode({ codeClassifyOid: this.codeClassifyOid, ...this.exportArr, limit: this.limit, page: start, endPage: end }).then((res) => {
            // console.log('res',res)
            if (res) {
              func.downloadFileByBlob(res);
              func.downloadFileByBlobHandler(res);
              this.escHandler()
            }
          });