|
@@ -399,7 +399,7 @@ export default {
|
|
// }
|
|
// }
|
|
})
|
|
})
|
|
.then(() => {
|
|
.then(() => {
|
|
- api.exportFusionRecord({ hospitalId: this.hospitalId }).then(res => {
|
|
|
|
|
|
+ api.exportFusionRecord({ hospitalId: this.hospitalId,type:8 }).then(res => {
|
|
if (res.status === 200) {
|
|
if (res.status === 200) {
|
|
this.$message({ message: '导出成功', type: 'success' });
|
|
this.$message({ message: '导出成功', type: 'success' });
|
|
utils.downloadExportedData(res.data, '输血关联数据.xls');
|
|
utils.downloadExportedData(res.data, '输血关联数据.xls');
|
|
@@ -412,7 +412,7 @@ export default {
|
|
},
|
|
},
|
|
// 导入模板
|
|
// 导入模板
|
|
exportModule() {
|
|
exportModule() {
|
|
- api.exportFusionModule().then(res => {
|
|
|
|
|
|
+ api.exportFusionModule({type:8}).then(res => {
|
|
if (res.status === 200) {
|
|
if (res.status === 200) {
|
|
setTimeout(() => {
|
|
setTimeout(() => {
|
|
utils.downloadExportedData(res.data, '输血导入模板.xls');
|
|
utils.downloadExportedData(res.data, '输血导入模板.xls');
|