| | |
| | | <view class="coreshop-ff content c-p-10"> |
| | | <!-- <up-search placeholder="请点击选择日期" @clear='clear' @clickIcon='clickTime' @custom='search' |
| | | v-model="workTime" search-icon="calendar" @search='search'></up-search> --> |
| | | <up-search placeholder="请输入工作名称" @clear='clear' @custom='search' |
| | | v-model="state.orderName" @search='search'></up-search> |
| | | <up-search placeholder="请输入工作名称" @clear='clear' @custom='search' v-model="state.orderName" |
| | | @search='search'></up-search> |
| | | </view> |
| | | <!-- <up-subsection :list="list" :current="current4" activeColor="#f9ae3d" |
| | | @change="sectionChange"></up-subsection> --> |
| | |
| | | </view> |
| | | </view> |
| | | </view> |
| | | |
| | | |
| | | </view> |
| | | </view> |
| | | </view> |
| | |
| | | if (state.pageIndex == 1) { |
| | | listO.orderList = res.data.items |
| | | } else { |
| | | listO.orderList.concat(...res.data.items) |
| | | listO.orderList = listO.orderList.concat(...res.data.items) |
| | | } |
| | | console.log(listO.orderList, 'listO.orderList’'); |
| | | // totalPages.value = res.data.totalCount |