quanyawei
2023-11-30 f4991944d13b94355fb8aaf03dad7d60ca530ee9
pages/actionChange/secondLevelData/index.vue
@@ -126,7 +126,7 @@
            alarmLevel: null,
            aqi: 0,
            baseUrl: '',
            windDir: 'null',
            windDir: '',
            windDeg: 180,
            wsData2: null,
            // 报警进度条
@@ -150,7 +150,7 @@
      },
      computed: {
         windDirData() {
            if (this.wsData2) {
            if (this.wsData2 && this.windDir) {
               return `${this.windDir} (${this.wsData2.a01008})`
            } else {
               return ''