| | |
| | | export const getReportingCount = (data) => { |
| | | return http.request({ |
| | | url: '/blade-task/task/countNumber', |
| | | method: 'POST', |
| | | method: 'get', |
| | | data: data |
| | | }) |
| | | } |
| | |
| | | return http.request({ |
| | | url: '/blade-taskHotelReporting/taskHotelReporting/save', |
| | | method: 'POST', |
| | | data: data |
| | | params: { |
| | | ...data |
| | | } |
| | | }) |
| | | } |
| | | |
| | |
| | | {
|
| | | title: "公共收益",
|
| | | icon: "/static/icon/nav-15.png",
|
| | | path: "/subPackage/article/list?type=1"
|
| | | path: "/subPackage/article/list?type=2"
|
| | |
|
| | | }
|
| | | ]
|
| | |
| | | <template> |
| | | <view class=""> |
| | | <z-paging ref="paging" v-model="list" :auto="false" @query="queryList" @onRefresh="refreshList" loading-more-no-more-text="没有更多了"> |
| | | <view class="tab" slot="top" v-show="tabList.length"> |
| | | <z-paging ref="paging" v-model="list" :auto="false" @query="queryList" @onRefresh="refreshList" |
| | | loading-more-no-more-text="没有更多了"> |
| | | <view class="tab" slot="top" v-show="tabList.length"> |
| | | <u-tabs :list="tabList" :current="tabIndex" keyName="dictValue" @change="changeTab" |
| | | :inactiveStyle="{color:'#999999'}" :activeStyle="{color:'#017BFC'}"></u-tabs> |
| | | </view> |
| | |
| | | currentPage: 1, |
| | | loadingStatus: 'nomore', |
| | | eventType: "", |
| | | type:"" |
| | | type: "" |
| | | } |
| | | }, |
| | | onLoad(option) { |
| | |
| | | // } |
| | | // this.getNoticeList() |
| | | uni.setNavigationBarTitle({ |
| | | title:"公共收益" |
| | | title: "公共收益" |
| | | }) |
| | | this.type = option.type; |
| | | this.$refs.paging.reload(); |
| | | |
| | | |
| | | } else { |
| | | this.getCateList() |
| | | } |
| | |
| | | // }, |
| | | |
| | | methods: { |
| | | refreshList(){ |
| | | refreshList() { |
| | | this.$refs.paging.reload(); |
| | | }, |
| | | |
| | |
| | | dictKey: "", |
| | | dictValue: "全部" |
| | | }) |
| | | |
| | | |
| | | this.tabList = data; |
| | | // this.tabId = data[0].dictKey; |
| | | // this.getNoticeList() |
| | |
| | | size: pageSize, |
| | | articleType: this.tabId, |
| | | eventType: this.eventType, |
| | | type:this.type |
| | | type: this.type |
| | | }).then(res => { |
| | | this.$refs.paging.complete(res.data.records); |
| | | }) |