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