lin
2024-03-25 667481a134d64985811194e94cfc5e4c17b402eb
议事管理指定人员优化
2 files modified
4 ■■■■ changed files
src/views/article/components/discussionManageChild.vue 4 ●●●● patch | view | raw | blame | history
src/views/property/components/done.vue patch | view | raw | blame | history
src/views/article/components/discussionManageChild.vue
@@ -235,7 +235,7 @@
      }
    },
    created() {
      this.getUserList()
      // this.getUserList()
    },
    mounted() {
@@ -268,7 +268,7 @@
      getuserInfoByDistrictId() {
        getUserlnfoByDistrictlds(this.discussion.articleRange).then(res => {
          const column = this.findObject(this.option.column, "userIds")
          column.dicData = res.data.data
          column.dicData = res.data.data.records
        })
      },
      getUserList() {
src/views/property/components/done.vue