lin
2024-03-25 667481a134d64985811194e94cfc5e4c17b402eb
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() {