Compare commits

..

No commits in common. "d163453aad7b242c929cc37863d6c870486ee268" and "8bee878eb721a644ab206993e10d1eb932b83210" have entirely different histories.

1 changed files with 3 additions and 3 deletions

View File

@ -82,7 +82,7 @@
<!-- <u-tag text="特殊" border-color="transparent" type="warning" /> --> <!-- <u-tag text="特殊" border-color="transparent" type="warning" /> -->
</view> </view>
<view class="illustrate"> <view class="illustrate">
{{ item.note || "暂无清扫要求" }} {{ item.note }}
</view> </view>
</view> </view>
</view> </view>
@ -211,8 +211,8 @@ export default {
this.dropdownValue = options.id; this.dropdownValue = options.id;
window.nfcFn = this.nfcResFn; window.nfcFn = this.nfcResFn;
// this.nfcResFn(); // this.nfcResFn();
if (options.type == "all") { if(options.type == 'all'){
this.selectIdx = 0; this.selectIdx = 0
} }
}, },