修改测试问题
This commit is contained in:
@@ -266,8 +266,7 @@ self.onmessage = function (e) {
|
||||
} else if (boxoList.systemType == 'ZL') {
|
||||
titles =
|
||||
(boxoList.engineeringName == undefined ? '' : ' 项目名称:' + boxoList.engineeringName) +
|
||||
' 项目名称:' +
|
||||
boxoList.engineeringName +
|
||||
|
||||
' 监测点名称:' +
|
||||
boxoList.equipmentName +
|
||||
' 发生时刻:' +
|
||||
@@ -280,8 +279,7 @@ self.onmessage = function (e) {
|
||||
} else if (boxoList.systemType == 'YPT') {
|
||||
titles =
|
||||
(boxoList.engineeringName == undefined ? '' : ' 项目名称:' + boxoList.engineeringName) +
|
||||
' 项目名称:' +
|
||||
boxoList.engineeringName +
|
||||
|
||||
' 监测点名称:' +
|
||||
boxoList.lineName +
|
||||
' 发生时刻:' +
|
||||
|
||||
Reference in New Issue
Block a user