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

Loading…
Cancel
Save