Pārlūkot izejas kodu

去掉资产台账不显示运行参数逻辑

zhangyu 5 gadi atpakaļ
vecāks
revīzija
17ef9b9f61
1 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  1. 3 3
      src/utils/handsontable/notShow.js

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

@@ -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