src/views/CNAS/personnel/personnelInfo/tabs/personnel-information.vue
@@ -688,6 +688,7 @@ methods: { // 下载档案 downPerson() { console.log('this.clickNodeVal.userId',this.clickNodeVal.userId) exportPersonBasicInfoById({ id: this.clickNodeVal.userId }).then(res => { const blob = new Blob([res], { type: 'application/msword' }); this.$download.saveAs(blob, '人员档案.docx');