feat(B批缝隙): B3残留catch补齐/B7-1 add成环/B4-5 key/B5-2 scores索引/门禁62-0-0

This commit is contained in:
12914
2026-09-14 02:18:23 +08:00
parent 4111cba637
commit f47bd75e78
18 changed files with 168 additions and 100 deletions
+8 -7
View File
@@ -181,7 +181,8 @@
fileToUrl,
debounce,
getAllDateCN,
createUniStatQuery
createUniStatQuery,
getStatErrorMessage
} from '@/js_sdk/uni-stat/util.js'
import {
fieldsMap,
@@ -508,9 +509,9 @@
}
}).catch((err) => {
console.error(err)
// err.message 错误信息
// err.code 错误码
// B3-2:图表查询失败必须落 errorMessage + 清空 chartData(图表组件已接 errorMessage)
this.errorMessage = getStatErrorMessage(err)
this.chartData = {}
}).finally(() => {})
},
@@ -617,9 +618,9 @@
})
}).catch((err) => {
console.error(err)
// err.message 错误信息
// err.code 错误码
// B3-2:错误明细表查询失败必须落 errorMessage + 清空 tableData(finally 置 loading=false)
this.errorMessage = getStatErrorMessage(err)
this.tableData = []
}).finally(() => {
this.loading = false
})