diff --git a/nezha-fronted/src/components/chart/chart/chartTimeSeries.vue b/nezha-fronted/src/components/chart/chart/chartTimeSeries.vue index 3c7ac23ce..dea7f04d2 100644 --- a/nezha-fronted/src/components/chart/chart/chartTimeSeries.vue +++ b/nezha-fronted/src/components/chart/chart/chartTimeSeries.vue @@ -154,7 +154,7 @@ export default { this.isInit && setChart(this.chartId, myChart) // 缓存;不使用vue的data是为避免整个chart被监听导致卡顿 this.$store.commit('setCurrentMousemove', 0) - if (this.isInit) { + if (this.isInit && !this.isFullscreen) { // timeSeries类型图表设置group 用于多表联动 myChart.group = 'timeSeriesGroup' myChart.getZr().on('mousemove', params => { diff --git a/nezha-fronted/src/components/common/rightBox/recordRuleBox.vue b/nezha-fronted/src/components/common/rightBox/recordRuleBox.vue index bc9748b02..7f176bbb5 100644 --- a/nezha-fronted/src/components/common/rightBox/recordRuleBox.vue +++ b/nezha-fronted/src/components/common/rightBox/recordRuleBox.vue @@ -74,8 +74,8 @@ - {{$t('overall.disabled')}} {{$t('overall.enabled')}} + {{$t('overall.disabled')}} @@ -154,7 +154,7 @@ export default { inr: '', labels: [{ label: '', value: '' }], remark: '', - state: '' + state: '1' }, rules: { name: [ diff --git a/nezha-fronted/src/components/page/config/recordRule.vue b/nezha-fronted/src/components/page/config/recordRule.vue index 5214a6325..b84d485a4 100644 --- a/nezha-fronted/src/components/page/config/recordRule.vue +++ b/nezha-fronted/src/components/page/config/recordRule.vue @@ -141,7 +141,7 @@ export default { inr: '', labels: [{ label: '', value: '' }], remark: '', - state: '' + state: '1' } } },