safecheck-client 3.0.33-127 → 3.0.33-128

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