export default {
data () { return { items: this.$store.getters['webui/getDashboardOptions'], // 这里调用没有问题,能够触发到getDashboardOptions fullScreen: false } }, computed: { activeStation () { return this.$store.getters['webui/activeStation'] }, stationData () { return this.$store.getters['station/stationDataPivot'] } }, watch: { stationData (newValue, oldValue) { this.items = this.$store.getters['webui/getDashboardOptions'] // 这里如果有数据刷新,触发不了 },
慕运维8079593
慕妹3242003
相关分类