Browse Source

信访大屏前端1.3

main
parent
commit
853ac413e9
  1. 3
      src/views/datav/MailVisits.vue

3
src/views/datav/MailVisits.vue

@ -532,6 +532,7 @@ function initRecentlyMailTrend() {
watch(time, () => {
getData();
initRecentlyMailTrend()
})
onMounted(() => {
getData();
@ -541,7 +542,7 @@ onMounted(() => {
// console.log("Active Tab: ", activeMailTab.value);
// }, 3000); // 3
});
//
</script>

Loading…
Cancel
Save