safecheck-client 4.0.0-2 → 4.0.0-4

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.
@@ -1217,7 +1217,7 @@ export default {
1217
1217
  if (items.f_is_defect == 'true' || items.f_is_defect == true) {
1218
1218
  checkResult = '有隐患'
1219
1219
  this.result = '有隐患'
1220
- defects = `${defects}:${items.f_item_value}/`
1220
+ defects = `${defects}:${f_item_value}/`
1221
1221
  }
1222
1222
  /*let options = this.config[this.data[device][item].f_device_type].items[items.f_item_name].options
1223
1223
  for (let option in options) {