| | |
| | | </view>
|
| | |
|
| | | </view>
|
| | |
|
| | | <view class="p15" style="min-height: calc(100vh - 160rpx);">
|
| | | <view class="p15" style="min-height: calc(100vh - 500rpx);">
|
| | | <no-data v-if="!list||list.length==0" style="width: 100%;"></no-data>
|
| | | <view v-for="(item,index) in list" :key="index" class="m-b-24 flow-manage-list">
|
| | | <view class="flow-manage-list-item">
|
| | |
| | | async onLoad(options) {
|
| | | this.type = options.type || 'all'
|
| | | var title = ''
|
| | | this.page.size = 5
|
| | | //todo 根据type切换查询条件
|
| | | if (this.type === 'delete') {
|
| | | this.listApi = '/api/supplier/flower/list/rc'
|
| | |
| | | await this.$store.dispatch('sign_clear', 'flower');
|
| | | this.getList()
|
| | | },
|
| | | onReachBottom() {
|
| | | this.page.current += 1
|
| | | onReachBottom() { |
| | | console.log('onReachBottom')
|
| | | this.getMore()
|
| | | },
|
| | | async onPullDownRefresh() {
|
| | |
| | |
|
| | | <style lang="scss" scoped>
|
| | | .flow-manage {
|
| | | overflow-y: scroll;
|
| | |
|
| | | // min-height: ;
|
| | | .flow-manage-list {
|
| | | // padding: 20rpx 30rpx;
|
| | | padding: 22rpx 22rpx 20rpx 22rpx;
|