mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-07 01:46:43 +08:00
报告加了几个echarts
This commit is contained in:
28
src/api/indexReportCenter.js
Normal file
28
src/api/indexReportCenter.js
Normal file
@@ -0,0 +1,28 @@
|
||||
import http from "./config";
|
||||
|
||||
//报告总览信息
|
||||
export const reportInformation = (obj) => http.post('/admin/project/editStage', obj);
|
||||
|
||||
//点击对应按钮弹列表的按钮参数接口
|
||||
export const getButtonReportList = (obj) => http.post('/admin/project/editStage', obj);
|
||||
|
||||
//点击对应按钮弹列表接口
|
||||
export const getReportList = (obj) => http.post('/admin/project/editStage', obj);
|
||||
|
||||
//柱状图接口
|
||||
export const reportInformation = () => http.post('/admin/project/editStage');
|
||||
|
||||
//空心圆接口
|
||||
export const reportInformation = () => http.post('/admin/project/editStage');
|
||||
|
||||
//创建人归属接口
|
||||
export const reportInformation = () => http.post('/admin/project/editStage');
|
||||
|
||||
//漏斗接口
|
||||
export const reportInformation = () => http.post('/admin/project/editStage');
|
||||
|
||||
//归属组织树接口
|
||||
export const getOrganizationTreeList = () => http.post('/admin/project/editStage');
|
||||
|
||||
//导出接口
|
||||
export const getOrganizationTreeList = () => http.post('/admin/project/editStage');
|
||||
@@ -4312,7 +4312,18 @@ export default {
|
||||
getGroupList(objf).then((res) => {
|
||||
state.groupPageList = res.data.data.rows;
|
||||
state.groupTotal = res.data.data.total;
|
||||
setGroupList(res.data.data.rows);
|
||||
|
||||
let objf2 = obj || {
|
||||
name: "",
|
||||
pageNo: 1,
|
||||
pageSize: 1000,
|
||||
projectId: state.projectId,
|
||||
};
|
||||
getGroupList(objf2).then((res2) => {
|
||||
// state.groupPageList = res.data.data.rows;
|
||||
// state.groupTotal = res.data.data.total;
|
||||
setGroupList(res2.data.data.rows);
|
||||
});
|
||||
});
|
||||
};
|
||||
//分页
|
||||
|
||||
2743
src/views/reportcenter/ReportCenter.vue
Normal file
2743
src/views/reportcenter/ReportCenter.vue
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user