| | |
| | | |
| | | export const getUserlnfoByDistrictlds = (current, size, params) => { |
| | | return request({ |
| | | url: '/api/blade-system/user/getUserInfoByDistrictIds', |
| | | url: '/api/blade-household/household/getUserInfoByDistrictIds', |
| | | method: 'get', |
| | | params: { |
| | | ...params, |
| | |
| | | this.userPage.total = data.total |
| | | this.userData = data.records |
| | | this.userData.forEach(item => { |
| | | if (item.avatar.length > 0) { |
| | | if (item.avatar) { |
| | | item.avatar = website.minioUrl + item.avatar |
| | | } |
| | | if (item.signaturePath && item.signaturePath.length > 0) { |
| | |
| | | this.pageUser.total = data.total |
| | | this.dataUser = data.records |
| | | this.dataUser.forEach(item => { |
| | | if (item.avatar.length > 0) { |
| | | if (item.avatar) { |
| | | item.avatar = website.minioUrl + item.avatar |
| | | console.log("=avatar====>", item.avatar) |
| | | } |
| | | if (item.signaturePath && item.signaturePath.length > 0) { |
| | | item.signaturePath = website.minioUrl + item.signaturePath |
| | |
| | | console.log("***111111111111111111***", articleRange) |
| | | this.articleRange = articleRange |
| | | this.showDialog = true |
| | | this.page.currentPage = 1 |
| | | this.onLoad(this.page) |
| | | }, |
| | | |
| | |
| | | }, |
| | | currentChange(currentPage) { |
| | | this.page.currentPage = currentPage |
| | | this.onLoad(this.page) |
| | | }, |
| | | sizeChange(pageSize) { |
| | | this.page.pageSize = pageSize |