|
@@ -641,7 +641,7 @@ const knowledgeStats = ref({
|
|
|
// 获取汇总数
|
|
// 获取汇总数
|
|
|
const getBaseStatistics = () => {
|
|
const getBaseStatistics = () => {
|
|
|
baseStatistics().then(res => {
|
|
baseStatistics().then(res => {
|
|
|
- knowledgeStats.value = res.result.data
|
|
|
|
|
|
|
+ knowledgeStats.value = res.result
|
|
|
console.log('res :>> ', res);
|
|
console.log('res :>> ', res);
|
|
|
})
|
|
})
|
|
|
}
|
|
}
|