|
|
|
@ -817,7 +817,6 @@ const getResultCountData = async (timeValue = time.value)=>{ |
|
|
|
}) |
|
|
|
}) |
|
|
|
option3.value.series[0].data=resultCountArray; |
|
|
|
option3.value.series[0].data=resultCountArray; |
|
|
|
} |
|
|
|
} |
|
|
|
getResultCountData(); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// region 所有函数 |
|
|
|
// region 所有函数 |
|
|
|
const getFirstAndRepeatMailData = async (timeValue = time.value) => { |
|
|
|
const getFirstAndRepeatMailData = async (timeValue = time.value) => { |
|
|
|
@ -903,6 +902,7 @@ const getData = () => { |
|
|
|
getMailMapIconData() |
|
|
|
getMailMapIconData() |
|
|
|
getMailTrendData(); |
|
|
|
getMailTrendData(); |
|
|
|
getEntanglementAndMassMailData(); |
|
|
|
getEntanglementAndMassMailData(); |
|
|
|
|
|
|
|
getResultCountData(); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
const currentLeftOverview = computed(() => { |
|
|
|
const currentLeftOverview = computed(() => { |
|
|
|
|