fix: 清扫区域要求默认值
This commit is contained in:
parent
2aa2aecd42
commit
ad6a095106
|
@ -82,7 +82,7 @@
|
|||
<!-- <u-tag text="特殊" border-color="transparent" type="warning" /> -->
|
||||
</view>
|
||||
<view class="illustrate">
|
||||
{{ item.note }}
|
||||
{{ item.note || "暂无清扫要求" }}
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
@ -211,8 +211,8 @@ export default {
|
|||
this.dropdownValue = options.id;
|
||||
window.nfcFn = this.nfcResFn;
|
||||
// this.nfcResFn();
|
||||
if(options.type == 'all'){
|
||||
this.selectIdx = 0
|
||||
if (options.type == "all") {
|
||||
this.selectIdx = 0;
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue