预览小眼睛放开

This commit is contained in:
sjl
2025-12-25 15:11:52 +08:00
parent 42ce7aec5a
commit bf3d033f39
19 changed files with 128 additions and 124 deletions

View File

@@ -291,7 +291,7 @@ tableStore.table.params.isUpToGrid = 0
tableStore.table.params.type = 1
const handleStatisticalTypeChange = (newVal: { id: any }) => {
console.log('🚀 ~ handleStatisticalTypeChange ~ newVal:', newVal)
if (newVal) {
tableStore.table.params.statisticalType = newVal
tableStore.table.params.ids = [newVal.id]