田源
2023-07-28 1d69b2703aa304f9e8b2c470b8a3d74d43cb4809
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()
            }
          });