Commit d835ec49 authored by cat's avatar cat

控制台

parent 188787f0
......@@ -347,12 +347,6 @@ export default {
getSumUpdateList() {
findCountIdByUpdateDate().then(res => {
this.sumUpdateList = res.data
this.sumUpdateList = res.data
})
},
getSumList() {
findCountIdByFqYy().then(res => {
this.sumFqYyList = res.data
console.log('res', res)
this.sumUpdateList.forEach(item => {
this.numList.push(item.sum)
......@@ -363,6 +357,11 @@ export default {
console.log('dataList', this.dataList)
})
},
getSumList() {
findCountIdByFqYy().then(res => {
this.sumFqYyList = res.data
})
},
handleClick(row) {
this.$router.push({
path: '/sf/message/messageBack',
......
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