zhangyu 5 yıl önce
ebeveyn
işleme
25f09568e0
1 değiştirilmiş dosya ile 6 ekleme ve 6 silme
  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)
             arr = this.arrToArr(arr, showType)
         }
         }
         let data = arr.map(item => {
         let data = arr.map(item => {
-            if (type == "property" && item.FirstTag == "RunParam") { //资产台账不显示运行参数
-                return undefined
-            }
+            // if (type == "property" && item.FirstTag == "RunParam") { //资产台账不显示运行参数
+            //     return undefined
+            // }
             if (onlyRead) { //只读模式
             if (onlyRead) { //只读模式
                 if (!this.filterUnshow(onlyRead, type, item.InfoPointCode)) { //过滤固定不显示字段
                 if (!this.filterUnshow(onlyRead, type, item.InfoPointCode)) { //过滤固定不显示字段
                     return undefined
                     return undefined
@@ -933,9 +933,9 @@ const showTools = {
             arr = this.arrToArr(arr, showType)
             arr = this.arrToArr(arr, showType)
         }
         }
         let data = arr.map(item => {
         let data = arr.map(item => {
-            if (type == "property" && item.FirstTag == "RunParam") { //资产台账不显示运行参数
-                return undefined
-            }
+            // if (type == "property" && item.FirstTag == "RunParam") { //资产台账不显示运行参数
+            //     return undefined
+            // }
             if (onlyRead) { //只读模式
             if (onlyRead) { //只读模式
                 if (!this.filterUnshow(onlyRead, type, item.InfoPointCode)) { //过滤固定不显示字段
                 if (!this.filterUnshow(onlyRead, type, item.InfoPointCode)) { //过滤固定不显示字段
                     return undefined
                     return undefined