| | |
| | | </view> |
| | | <view class="user-info"> |
| | | <text>{{item.executeUser}}</text> |
| | | <view class="driver"></view> |
| | | <text>{{item.executeDeptName}}</text> |
| | | <!-- <view class="driver"></view> |
| | | <text>{{item.executeDeptName}}</text> --> |
| | | </view> |
| | | <view class="user-info"> |
| | | <!-- <text>{{item.executeUser}}</text> |
| | | <view class="driver"></view> --> |
| | | <text>{{item.executeDeptName}}</text> |
| | | </view> |
| | | <view class="set-line"> |
| | | <text>执法对象:</text>{{item.companyName}} |
| | | </view> |
| | |
| | | queryParams: { |
| | | pageNum: 1, |
| | | pageSize: 10, |
| | | orderStatus: 4 |
| | | orderStatus: 4, |
| | | isAsc: "desc", |
| | | orderByColumn: "execute_time" |
| | | }, |
| | | searchContent: '' |
| | | } |
| | |
| | | return |
| | | } |
| | | this.queryParams.pageNum++ |
| | | this.orderList() |
| | | this.executeList() |
| | | }, |
| | | methods: { |
| | | clean() { |
| | |
| | | executeList(this.queryParams).then(val => { |
| | | this.list = [...this.list, ...val.data.rows] |
| | | this.total = val.data.total |
| | | console.log(this.total) |
| | | }) |
| | | } |
| | | } |