Commit a2482156 authored by cat's avatar cat

控制台

parent 3f2a4fa5
......@@ -347,7 +347,7 @@ export default {
this.updateChartsLeaveMessage()
})
},
// 饼图
// 饼图1
getPtypeList() {
findCountIdByPtype().then(res => {
this.PtypeList=[]
......@@ -377,10 +377,10 @@ export default {
this.updateVisitorData()
})
},
// 饼图
// 饼图2
getUpdateList() {
findCountIdByPtype1CreateDate().then(res => {
console.log('---res---',res)
console.log('---res---', res)
// this.PtypeList=[]
// const renamedData = res.data.map(item => ({
// ...item,
......
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