Commit a2482156 authored by cat's avatar cat

控制台

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