lin
2024-03-27 28087fb605f4c24dc41006058003093e7e146d53
议事管理指定人员优化
4 files modified
9 ■■■■■ changed files
src/api/system/user.js 2 ●●● patch | view | raw | blame | history
src/views/article/components/deitDiscussion.vue 2 ●●● patch | view | raw | blame | history
src/views/article/components/publicSignUpChild.vue 3 ●●●● patch | view | raw | blame | history
src/views/article/components/userList.vue 2 ●●●●● patch | view | raw | blame | history
src/api/system/user.js
@@ -141,7 +141,7 @@
export const getUserlnfoByDistrictlds = (current, size, params) => {
  return request({
    url: '/api/blade-system/user/getUserInfoByDistrictIds',
    url: '/api/blade-household/household/getUserInfoByDistrictIds',
    method: 'get',
    params: {
      ...params,
src/views/article/components/deitDiscussion.vue
@@ -661,7 +661,7 @@
          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) {
src/views/article/components/publicSignUpChild.vue
@@ -207,8 +207,9 @@
                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
src/views/article/components/userList.vue
@@ -167,6 +167,7 @@
        console.log("***111111111111111111***", articleRange)
        this.articleRange = articleRange
        this.showDialog = true
        this.page.currentPage = 1
        this.onLoad(this.page)
      },
@@ -196,6 +197,7 @@
      },
      currentChange(currentPage) {
        this.page.currentPage = currentPage
        this.onLoad(this.page)
      },
      sizeChange(pageSize) {
        this.page.pageSize = pageSize