diff --git a/src/views/home/database/modify.vue b/src/views/home/database/modify.vue index 6710f72..e5b54d8 100755 --- a/src/views/home/database/modify.vue +++ b/src/views/home/database/modify.vue @@ -395,7 +395,6 @@ const pageInfo = reactive({ async function getTree() { const { data } = await treeDbList({}) tableData.value = data - console.log('🚀 ~ file: modify.vue:399 ~ data:', data) const { data: auth = [] } = await fetchReviewAuthCateList() tableDataAuth.value = auth } diff --git a/src/views/home/footprint/index.vue b/src/views/home/footprint/index.vue index 6bc1e20..bf198cf 100755 --- a/src/views/home/footprint/index.vue +++ b/src/views/home/footprint/index.vue @@ -245,6 +245,7 @@ async function getInternalUserStat( let itemData: any = { nickName: item.nickName, userId: item.userId, + sex: item.sex, ...barOption, yAxis: { data: item.moduleStatList.map((item: any) => item.moduleName).reverse(), @@ -620,7 +621,7 @@ getdeptTree()
-
+
部门: