Commit 6a992b8bc6ea4b9727e1540a12572f9ba8e1da0b
1 parent
f517088f
fix: DEFECT-1357 修改告警名字筛选的是场景联动名称,修改调用为查询设备名称接口
Showing
1 changed file
with
2 additions
and
2 deletions
@@ -8,7 +8,7 @@ | @@ -8,7 +8,7 @@ | ||
8 | <view class="search"> | 8 | <view class="search"> |
9 | <view> | 9 | <view> |
10 | <view class="search-left"> | 10 | <view class="search-left"> |
11 | - <u--input prefixIcon="search" placeholder="请输入告警名字" shape="circle" @change="inputChanged"> | 11 | + <u--input prefixIcon="search" placeholder="请输入告警设备" shape="circle" @change="inputChanged"> |
12 | </u--input> | 12 | </u--input> |
13 | </view> | 13 | </view> |
14 | </view> | 14 | </view> |
@@ -435,7 +435,7 @@ | @@ -435,7 +435,7 @@ | ||
435 | severity: severityV, | 435 | severity: severityV, |
436 | deviceType: deviceTypeV, | 436 | deviceType: deviceTypeV, |
437 | organizationId: organizationV, | 437 | organizationId: organizationV, |
438 | - alarmType: alarmName | 438 | + deviceName: alarmName |
439 | }; | 439 | }; |
440 | if (statusV == '') { | 440 | if (statusV == '') { |
441 | delete httpData.status; | 441 | delete httpData.status; |