system-clients 3.0.43-fanxian → 3.0.44-fanxian

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "system-clients",
3
- "version": "3.0.43-fanxian",
3
+ "version": "3.0.44-fanxian",
4
4
  "description": "系统基础框架",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -245,12 +245,14 @@
245
245
  this.abnormityWarningData = []
246
246
  this.$resetpost('rs/sql/getAbnormityWarning', {data: {}}, {resolveMsg: '', rejectMsg: ''}).then(item => {
247
247
  this.abnormityWarningData = item
248
- if (this.abnormityWarningData.data.length > 0) {
249
- this.playSound()
250
- this.showaData = true
251
- this.showAbnormity = true
252
- } else {
253
- this.showaData = false
248
+ if (this.isBell === '是') {
249
+ if (this.abnormityWarningData.data.length > 0) {
250
+ this.playSound()
251
+ this.showaData = true
252
+ this.showAbnormity = true
253
+ } else {
254
+ this.showaData = false
255
+ }
254
256
  }
255
257
  })
256
258
  }, this.isTimeAb)