update 自定义比对-导出

This commit is contained in:
赵霄
2023-10-30 18:15:16 +08:00
parent 3697db9e97
commit f52c4a74ab
@@ -275,7 +275,7 @@ export default {
this.$nextTick(() => {
document.getElementsByClassName('ant-modal-confirm-btns')[0].style = 'display:none'
})
downFile('/customCompare/lawsCustomCompareInfo/exportExcel').then((data) => {
downFile('/customCompare/lawsCustomCompareInfo/exportExcel', {infoId: this.modal.id}).then((data) => {
if (!data) {
this.$message.warning('文件下载失败')
return