update 自定义比对-导出
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user