Commit c6b521d6 authored by W_Y's avatar W_Y

废弃

parent 04446c1b
import request from '@/utils/request'
// 查询数量根据修改时间
// 折线图
export function findCountIdByUpdateDate(query) {
return request({
url: '/WeHomePage/findCountIdByUpdateDate',
......@@ -9,7 +9,7 @@ export function findCountIdByUpdateDate(query) {
})
}
// 查询数量根据修改时间
// 柱状图
export function findCountIdByFqYy(query) {
return request({
url: '/WeHomePage/findCountIdByFqYy',
......@@ -17,3 +17,12 @@ export function findCountIdByFqYy(query) {
params: query
})
}
// 饼图1
export function findCountIdByPtype(query) {
return request({
url: '/WeHomePage/findCountIdByPtype',
method: 'get',
params: query
})
}
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment