This commit is contained in:
sjl
2026-01-09 11:21:07 +08:00
parent 22aeb0bf4c
commit 0b91027da4
3 changed files with 5 additions and 8 deletions

View File

@@ -133,6 +133,7 @@ export default class TableStore {
[
'search',
() => {
this.table.params.pageNum = 1
this.index()
}
@@ -202,7 +203,7 @@ export default class TableStore {
() => {
this.table.exportLoading = true
// this.index()
console.log('export')
//console.log('export')
let params = { ...this.table.params, pageNum: 1, pageSize: this.table.total }
createAxios(
Object.assign(
@@ -218,7 +219,7 @@ export default class TableStore {
this.table.exportProcessingData && this.table.exportProcessingData()
this.table.allFlag = data.showAllFlag || true
this.table.exportLoading = false
console.log('-=-=',this.table)
})
.catch(() => {
this.table.exportLoading = false

View File

@@ -171,9 +171,7 @@ const tableStore = new TableStore({
}
],
loadCallback: () => {
}
})
tableStore.table.params.statisticalType = classificationData[0]

View File

@@ -235,9 +235,7 @@ const tableStore = new TableStore({
}
],
loadCallback: () => {
}
})
tableStore.table.params.statisticalType = classificationData[0]