safecheck-client 3.0.33-128 → 3.0.33-129

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.
@@ -894,7 +894,6 @@ import Vue from 'vue'
894
894
  import * as Util from '../Util'
895
895
  import {jsonSort} from '../../utils/LdapHelper'
896
896
  import {HttpResetClass} from "vue-client";
897
- import {forEach} from "mocha/lib/utils";
898
897
 
899
898
  let asyncReady = async function (self) {
900
899
  // 获取配置信息
@@ -1294,9 +1293,6 @@ export default {
1294
1293
  if (this.deviceCollects.length > 0) {
1295
1294
  this.hasDevice = true
1296
1295
  }
1297
- this.deviceconfig2 = this.deviceconfig2.filter(row => {
1298
- return !(row.checkname == '$configProp' || row.checkname == '$globalProp');
1299
- })
1300
1296
  this.ajresult = JSON.parse(this.data.f_defect_content).result
1301
1297
  this.showimg3 = this.data.f_noanswer_path
1302
1298
  this.showimg5 = this.data.f_noanswer1_path