20250528-修改筛选部分问题1.2

This commit is contained in:
luoyu 2025-05-28 10:39:50 +08:00
parent 9baf2e26c5
commit b824f5b388
3 changed files with 5 additions and 5 deletions

View File

@ -39,7 +39,7 @@ Page({
value: '' value: ''
}, },
status: { status: {
// text: '待审核', text: '',
value: 5, value: 5,
option: [{ option: [{
text: '全部预约', text: '全部预约',
@ -264,7 +264,7 @@ Page({
} = param } = param
// 查询数据 // 查询数据
selectReservationListByUserIdRq({ selectReservationListByUserIdRq({
role: 5, // 按不同角色去查询预约记录。1.普通用户, 3.会议服务人员 ,5.会议管理员 role: _this.data.userData.roomRole, // 按不同角色去查询预约记录。1.普通用户, 3.会议服务人员 ,5.会议管理员
pageNum, pageNum,
pageSize, pageSize,
title: _this.data.search.title.value, title: _this.data.search.title.value,

View File

@ -37,7 +37,7 @@ Page({
value: '' value: ''
}, },
status: { status: {
// text: '待开始', text: '',
value: 7, value: 7,
option: [{ option: [{
text: '全部预约', text: '全部预约',
@ -297,7 +297,7 @@ Page({
} = param } = param
// 查询数据 // 查询数据
selectReservationListByUserIdRq({ selectReservationListByUserIdRq({
role: 1, // 按不同角色去查询预约记录。1.普通用户, 3.会议服务人员 ,5.会议管理员 role: _this.data.userData.roomRole, // 按不同角色去查询预约记录。1.普通用户, 3.会议服务人员 ,5.会议管理员
pageNum, pageNum,
pageSize, pageSize,
// userId, // userId,

View File

@ -61,7 +61,7 @@
</van-button> </van-button>
</view> </view>
</van-dropdown-item> </van-dropdown-item>
<van-dropdown-item title="待开始" value="{{ search.status.value }}" options="{{ search.status.option }}" bind:change="changeSearchStatus" /> <van-dropdown-item title="" value="{{ search.status.value }}" options="{{ search.status.option }}" bind:change="changeSearchStatus" />
<van-dropdown-item value="{{ search.sort.value }}" options="{{ search.sort.option }}" bind:change="changeSearchSort" /> <van-dropdown-item value="{{ search.sort.value }}" options="{{ search.sort.option }}" bind:change="changeSearchSort" />
</van-dropdown-menu> </van-dropdown-menu>
<view class="itemView" wx:for="{{reservationDataList}}" wx:for-item="item" wx:key="*this"> <view class="itemView" wx:for="{{reservationDataList}}" wx:for-item="item" wx:key="*this">