Merge branch 'bjxz-rain' into bjxz-dev

This commit is contained in:
kun 2024-05-24 23:56:11 +08:00
commit 2cd64c6bcc

View File

@ -22,7 +22,7 @@
</view>
<view>
<text>计划执行日期:</text>
<text>{{item.xzCheckingRoute.startTime}}</text>
<text>{{item.startTime}}</text>
</view>
</view>
<view class="item-box">
@ -84,8 +84,6 @@
data() {
return {
tabIndex: 0,
//------------
type: 1,
statusList:[{
id:1,
@ -176,7 +174,6 @@
console.log(e)
//type ==1 ;2;3;4 ;5; 6; 7; 8;
if (type == 'startTime') {
// this.form.changeLimitTime = e.f3;
this.condition.date = e.f3;
this.onRefresh();
this.getListData();