上报库管理-参数项查看-自定义导出
This commit is contained in:
@@ -202,7 +202,10 @@ export default {
|
||||
this.loadData()
|
||||
},
|
||||
dowloadfile(item){
|
||||
downloadFile('/sys/common/downLoadFile', item.exportFileName, {id:item.exportFileId})
|
||||
let query = {
|
||||
id: item.exportFileId
|
||||
}
|
||||
downloadFile('/sys/common/downLoadFile', item.exportFileName, query, this.Deselect)
|
||||
},
|
||||
loadData() {
|
||||
let _this = this
|
||||
|
||||
Reference in New Issue
Block a user