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 { @@ -115,6 +116,7 @@ escHandler(){ this.$emit('update:visible', false); this.value=[]; this.radio=0 }, //关闭页面 recoverPage(){ @@ -187,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() } });