|
|
@@ -2,7 +2,7 @@
|
|
|
* @Author: tengmingxue 1473375109@qq.com
|
|
|
* @Date: 2023-09-13 10:06:22
|
|
|
* @LastEditors: tengmingxue 1473375109@qq.com
|
|
|
- * @LastEditTime: 2024-02-29 20:41:28
|
|
|
+ * @LastEditTime: 2024-02-29 21:21:09
|
|
|
* @FilePath: \xld-gis-admin\src\views\dashboard\workbench\component\TopCardStatistic.vue
|
|
|
* @Description: 统计卡片
|
|
|
-->
|
|
|
@@ -312,7 +312,7 @@
|
|
|
</template>
|
|
|
<script lang="ts">
|
|
|
import { defineComponent, onMounted, toRefs, onUnmounted, nextTick, reactive } from 'vue';
|
|
|
-import { DataStoreGroupByStatistics,QueryDataStoreData } from '/@/api/interface/interface';
|
|
|
+import { DataStoreGroupByStatistics,QueryDataStoreData,QueryDRResourceFileSize } from '/@/api/interface/interface';
|
|
|
|
|
|
export default defineComponent({
|
|
|
name: 'UnstructuredStatistic',
|
|
|
@@ -347,8 +347,9 @@ export default defineComponent({
|
|
|
}
|
|
|
console.log('文件数据统计', res, data.file);
|
|
|
const result = await QueryDataStoreData({})
|
|
|
- console.log('文件数据',result)
|
|
|
- debugger
|
|
|
+ console.log('非结构化数据统计',result)
|
|
|
+ const res2 = await QueryDRResourceFileSize({})
|
|
|
+ console.log('非结构化数据分类统计',res2)
|
|
|
};
|
|
|
onMounted(() => {
|
|
|
queryData();
|