linwe
2024-08-09 5e2aafeede13d337380f736567caf74f49713be7
src/views/article/components/userList.vue
@@ -158,6 +158,14 @@
      }
    },
    methods: {
      selectPersonList(personList) {
        console.log(personList, "++++++++++++")
        this.personList = personList
        let nameList = personList.map(e => {
          return e.name
        })
        this.froms.userName = nameList.join(",")
      },
      submit() {
        this.$emit("selectPersonList", this.idsList)
        this.showDialog = false
@@ -167,6 +175,7 @@
        console.log("***111111111111111111***", articleRange)
        this.articleRange = articleRange
        this.showDialog = true
        this.page.currentPage = 1
        this.onLoad(this.page)
      },
@@ -196,6 +205,7 @@
      },
      currentChange(currentPage) {
        this.page.currentPage = currentPage
        this.onLoad(this.page)
      },
      sizeChange(pageSize) {
        this.page.pageSize = pageSize
@@ -252,4 +262,4 @@
      }
    }
  }
</style>
</style>