| | |
| | | <p>执法单位:{{item.executeDeptName}}</p> |
| | | <p>执法时间:{{item.executeTime}}</p> |
| | | </view> |
| | | <view class="r" @click="chakan()"> |
| | | <view class="r" @click="chakan(item.id, item.orderId)"> |
| | | 去查看 |
| | | </view> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | <u-empty v-if="!list1.length"></u-empty> |
| | | <!-- <view class="item"> |
| | | <img src="/static/i05.png" class="img" alt="" /> |
| | | <view class="right"> |
| | |
| | | total: 1, |
| | | } |
| | | }, |
| | | onShow() { |
| | | onLoad() { |
| | | this.list1 = [] |
| | | this.queryParams.pageNum = 1 |
| | | this.getList() |
| | |
| | | this.getList() |
| | | }, |
| | | methods: { |
| | | chakan(id){ |
| | | chakan(id, orderId){ |
| | | uni.navigateTo({ |
| | | url: `/qiye/complaint/details?id=${id}` |
| | | url: `/qiye/complaint/details?id=${id}&orderId=${orderId}` |
| | | }) |
| | | }, |
| | | getList() { |
| | | let data = uni.getStorageSync("qiyedata") |
| | | //this.queryParams.companyId = data.companyId |
| | | logList({...this.queryParams}).then(val => { |
| | | // console.log(val.data) |
| | | console.log(val.data) |
| | | this.total = val.data.total |
| | | this.list1 = [...this.list1,...val.data.rows] |
| | | }) |
| | | }, |
| | | search(e){ |
| | | this.list1 = [] |
| | | this.queryParams.pageNum =1 |
| | | this.queryParams.companyName = e |
| | | this.getList() |
| | | }, |
| | | click(i) { |
| | | |
| | | this.list1 = [] |
| | | this.queryParams.pageNum = 1 |
| | | this.queryParams.complaintStatus = this.list[i.index].value |