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