Browse Source

Merge branch 'pre-production'

master
pref_mail@163.com 4 weeks ago
parent
commit
bdcac7c969
  1. 3
      src/views/supervise/IndicatorList.vue

3
src/views/supervise/IndicatorList.vue

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

Loading…
Cancel
Save