| | |
| | | <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"; |
| | |
| | | console.log("***111111111111111111***", articleRange) |
| | | this.articleRange = articleRange |
| | | this.showDialog = true |
| | | this.page.currentPage = 1 |
| | | this.onLoad(this.page) |
| | | }, |
| | | |
| | |
| | | }, |
| | | currentChange(currentPage) { |
| | | this.page.currentPage = currentPage |
| | | this.onLoad(this.page) |
| | | }, |
| | | sizeChange(pageSize) { |
| | | this.page.pageSize = pageSize |