This commit is contained in:
yziiy
2025-12-03 19:29:45 +08:00
parent 8d0ad7f0b7
commit 19620acd11

View File

@@ -183,7 +183,6 @@ const changeType = (val) => {
const exportExcal = async () => { const exportExcal = async () => {
let exportTableList = [] let exportTableList = []
const data = await getExportData(activeIndex.value == '1' ? 1 : 2) const data = await getExportData(activeIndex.value == '1' ? 1 : 2)
console.log(data)
if (data) { if (data) {
exportTableList = data.lists; exportTableList = data.lists;
const res = exportTableList.map(item => { const res = exportTableList.map(item => {