This commit is contained in:
白菜
2025-08-11 21:52:04 +08:00
parent d203ca541a
commit 763338cc2a
2 changed files with 2 additions and 4 deletions

View File

@ -59,7 +59,6 @@ import WeekChart from "./WeekChart.vue";
import ActiveChart from "./ActiveChart.vue";
import AlarmTable from "./AlarmTable.vue";
import getQuerySiteId from '@/mixins/ems/getQuerySiteId'
import {formatDate} from "@/filters/ems";
export default {
name:'DzjkSbjkHome',
components: {WeekChart,ActiveChart,AlarmTable},
@ -111,8 +110,7 @@ export default {
},
getRunningInfo(){
return getDzjkHomeView(this.siteId).then(response => {
const data = response?.data || {}
this.runningInfo = data
this.runningInfo = response?.data || {}
})
},
init(){