|
|
@ -542,7 +542,7 @@ export default {
|
|
|
|
getyqMsgStats() {
|
|
|
|
getyqMsgStats() {
|
|
|
|
yuqingMsgStats().then((res) => {
|
|
|
|
yuqingMsgStats().then((res) => {
|
|
|
|
let arr = res.data;
|
|
|
|
let arr = res.data;
|
|
|
|
if(!arr) return
|
|
|
|
if (!arr) return;
|
|
|
|
this.Statistics.forEach((value1, index1) => {
|
|
|
|
this.Statistics.forEach((value1, index1) => {
|
|
|
|
arr.forEach((value2, index2) => {
|
|
|
|
arr.forEach((value2, index2) => {
|
|
|
|
if (value1.type == value2.type) {
|
|
|
|
if (value1.type == value2.type) {
|
|
|
@ -553,9 +553,6 @@ export default {
|
|
|
|
});
|
|
|
|
});
|
|
|
|
});
|
|
|
|
});
|
|
|
|
});
|
|
|
|
});
|
|
|
|
dtsxListGet().then((res) => {
|
|
|
|
|
|
|
|
this.dtsx = res.rows[0];
|
|
|
|
|
|
|
|
});
|
|
|
|
|
|
|
|
},
|
|
|
|
},
|
|
|
|
// 折线图
|
|
|
|
// 折线图
|
|
|
|
lineBox() {
|
|
|
|
lineBox() {
|
|
|
|