Commit 3503c3c8 by 姜雷

添加事件

parent 7d835dbd
......@@ -5,7 +5,7 @@
<c-select ex-class="EquipmentWarning-filters-levelInput" mode="selector" value="{{warningLevel}}" range="{{warningLevelRange}}" rangeKey="value" bindchange="changeWarningType" />
</view>
<view class="EquipmentWarning-location">
<input class="EquipmentWarning-location-input" type="text" placeholder="设备位置" bindconfirm="changeLocation" />
<input class="EquipmentWarning-location-input" type="text" placeholder="设备位置" bindblur="changeLocation" bindconfirm="changeLocation" />
</view>
</view>
<view class="EquipmentWarning-elist">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment