@ -751,7 +751,8 @@ const exportList = () => {
.then(() => {
console.log('导出数据');
let data = {
...searchFrom.value,
// ...searchFrom.value,
...query.value,
};
$_exportIndicatorsList(data).then(res => {
downloadXls(res.data, `导出数据.xlsx`);