稳态数据调整

This commit is contained in:
sjl
2025-12-25 13:17:49 +08:00
parent 454d612a32
commit eb38fdd601
6 changed files with 12 additions and 12 deletions

View File

@@ -215,7 +215,7 @@ export default class TableStore {
)
).then(res => {
this.table.allData = filtration(res.data.records || res.data)
console.log('11111',this.table.allData)
console.log('11111',this.table)
this.table.exportProcessingData && this.table.exportProcessingData()
this.table.allFlag = data.showAllFlag || true
})