address-client 1.6.80 → 1.6.81

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": "address-client",
3
- "version": "1.6.80",
3
+ "version": "1.6.81",
4
4
  "description": "地址管理前台组件",
5
5
  "author": "wanbochao",
6
6
  "license": "ISC",
@@ -898,8 +898,8 @@ export default {
898
898
  this.areamodel.twoalarm = 10
899
899
  if (this.areamodel.default_devices.length === 0 && !this.f_special) this.areamodel.default_devices = ['灶具', '热水器']
900
900
  } else if (this.areamodel.f_price_name.indexOf('锅炉') > -1) {
901
- this.areamodel.onealarm = 200
902
- this.areamodel.twoalarm = 100
901
+ this.areamodel.onealarm = 20
902
+ this.areamodel.twoalarm = 10
903
903
  if (this.areamodel.default_devices.length === 0 && !this.f_special) this.areamodel.default_devices = ['灶具', '壁挂锅炉']
904
904
  }
905
905
  }