zrj
2024-06-07 fa0fc3195858a592d2ad1bdad0fa6126602ebf55
src/views/article/components/userList.vue
@@ -1,5 +1,5 @@
<template>
  <el-dialog class="dept-user-table-dialog" width="70%" title="选择接收人" modal-append-to-body="false" append-to-body="true"
  <el-dialog class="dept-user-table-dialog" width="70%" title="选择人员" modal-append-to-body="false" append-to-body="true"
    :close-on-click-model="true" :visible.sync="showDialog" @close="showDialog = false">
    <!-- <div class="left">
      <el-scrollbar>
@@ -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