Commit a5a543955019d359abb067eed46347f4cae3492c
Merge branch 'local_dev_ft' into 'main_dev'
fix: DEFECT-1357 修改告警名字筛选的是场景联动名称,修改调用为查询设备名称接口 See merge request yunteng/thingskit-app!108
Showing
1 changed file
with
2 additions
and
2 deletions
... | ... | @@ -8,7 +8,7 @@ |
8 | 8 | <view class="search"> |
9 | 9 | <view> |
10 | 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 | 12 | </u--input> |
13 | 13 | </view> |
14 | 14 | </view> |
... | ... | @@ -435,7 +435,7 @@ |
435 | 435 | severity: severityV, |
436 | 436 | deviceType: deviceTypeV, |
437 | 437 | organizationId: organizationV, |
438 | - alarmType: alarmName | |
438 | + deviceName: alarmName | |
439 | 439 | }; |
440 | 440 | if (statusV == '') { |
441 | 441 | delete httpData.status; | ... | ... |