zrj
2024-06-07 fa0fc3195858a592d2ad1bdad0fa6126602ebf55
src/views/article/components/userList.vue
@@ -25,10 +25,10 @@
<script>
  import {
    getDeptLazyTree
  } from "@/api/system/dept";
  } from "@/ssoapi/system/dept";
  import {
    getUserlnfoByDistrictlds
  } from "@/api/system/user";
  } from "@/ssoapi/system/user";
  import {
    mapGetters
  } from "vuex";
@@ -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