| | |
| | | import OrgSelecter from "@/views/project/components/orgselect"; |
| | | import { getUserProfile } from "@/api/system/user"; |
| | | import { getToken } from "@/utils/auth"; |
| | | import { setItem,grtItem,removeItem } from '@/utils/storage.js'; |
| | | |
| | | |
| | | export default { |
| | | components: { |
| | |
| | | }, |
| | | |
| | | mounted() { |
| | | if (grtItem("officeExpenseCheck")) { |
| | | this.queryParams = grtItem("officeExpenseCheck"); |
| | | }; |
| | | this.selectReporters(); |
| | | this.getlistOrganization(); |
| | | //his.getlistUser(); |
| | |
| | | // this.queryParams.params = {}; |
| | | console.log("this.queryParams", this.queryParams); |
| | | listbypower(this.queryParams).then(res => { |
| | | removeItem("officeExpenseCheck"); |
| | | setItem("officeExpenseCheck", this.queryParams); |
| | | this.loading = false; |
| | | let list = res.rows; |
| | | this.total = res.total; |