Browse Source

Merge branch 'infoPoint' of http://39.106.8.246:3003/web/ibms into infoPoint

haojianlong 5 years ago
parent
commit
9f032eb1e2
1 changed files with 6 additions and 6 deletions
  1. 6 6
      src/utils/handsontable/notShow.js

+ 6 - 6
src/utils/handsontable/notShow.js

@@ -888,9 +888,9 @@ const showTools = {
             arr = this.arrToArr(arr, showType)
         }
         let data = arr.map(item => {
-            if (type == "property" && item.FirstTag == "RunParam") { //资产台账不显示运行参数
-                return undefined
-            }
+            // if (type == "property" && item.FirstTag == "RunParam") { //资产台账不显示运行参数
+            //     return undefined
+            // }
             if (onlyRead) { //只读模式
                 if (!this.filterUnshow(onlyRead, type, item.InfoPointCode)) { //过滤固定不显示字段
                     return undefined
@@ -933,9 +933,9 @@ const showTools = {
             arr = this.arrToArr(arr, showType)
         }
         let data = arr.map(item => {
-            if (type == "property" && item.FirstTag == "RunParam") { //资产台账不显示运行参数
-                return undefined
-            }
+            // if (type == "property" && item.FirstTag == "RunParam") { //资产台账不显示运行参数
+            //     return undefined
+            // }
             if (onlyRead) { //只读模式
                 if (!this.filterUnshow(onlyRead, type, item.InfoPointCode)) { //过滤固定不显示字段
                     return undefined