Commit 6a992b8bc6ea4b9727e1540a12572f9ba8e1da0b

Authored by fengwotao
1 parent f517088f

fix: DEFECT-1357 修改告警名字筛选的是场景联动名称,修改调用为查询设备名称接口

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;
... ...