|
|
@ -492,6 +492,7 @@ export default { |
|
|
|
await this.$http |
|
|
|
.post(url, params) |
|
|
|
.then(res => { |
|
|
|
console.log('res----dddd', res) |
|
|
|
// this.download(res.data, title + '.xls') |
|
|
|
if (res.headers["content-disposition"]) { |
|
|
|
let fileName = window.decodeURI(res.headers["content-disposition"].split(";")[1].split("=")[1]) |
|
|
@ -1015,7 +1016,7 @@ export default { |
|
|
|
if (res.code !== 0) { |
|
|
|
return this.$message.error(res.msg) |
|
|
|
} else { |
|
|
|
// console.log('获取查询详情成功', res.data) |
|
|
|
console.log('获取查询详情成功--sss', res) |
|
|
|
this.searchList = res.data |
|
|
|
res.data.forEach((item) => { |
|
|
|
if (item.optionSourceType === 'remote') { |
|
|
|