|
@@ -261,7 +261,7 @@ export default {
|
|
|
// arr = showTools.assetToArr(arr)
|
|
|
// }
|
|
|
// console.log(arr)
|
|
|
- let readArr = ["A1", "A2", "B1", "C5", "D1", "D2", "X", "L", "L1", "L2", "F1", "F2"]
|
|
|
+ let readArr = ["A1", "A2", "B1", "C5", "D1", "D2", "X", "L", "L1", "L2", "F1", "F2", "M"]
|
|
|
let data = showTools.changeHeader(arr, readArr, this.onlyRead, this.isWatch, this.allMess)
|
|
|
data.unshift("操作", "关联设备数量");
|
|
|
return data;
|
|
@@ -555,7 +555,7 @@ export default {
|
|
|
if (!!item.infos[key]) {
|
|
|
this.headers.map(child => {
|
|
|
//如果一级标签为动态参数或者设定参数放入数据等待请求
|
|
|
- if (key == child.infoPointCode && (child.InputMode == "L" || child.InputMode == "L1" || child.InputMode == "L2")) {
|
|
|
+ if (key == child.InfoPointCode && (child.InputMode == "L" || child.InputMode == "L1" || child.InputMode == "L2")) {
|
|
|
param.data.criterias.push({
|
|
|
id: item.id,
|
|
|
code: key
|