| | |
| | | } from "@/api/project/donatebaseinfo"; |
| | | import Li_area_select from "@/components/Address"; |
| | | import OrgSelecter from "@/views/project/components/orgselect"; |
| | | import { setItem,grtItem,removeItem } from '@/utils/storage.js'; |
| | | |
| | | |
| | | export default { |
| | | components: { |
| | |
| | | watch: {}, |
| | | created() { |
| | | //this.getBaseInfoList(); |
| | | this.getlistbypower(); |
| | | //this.resetForm(); |
| | | this.getCurFundType(); |
| | | this.getUsermsg(); |
| | | }, |
| | | mounted() { |
| | | if (grtItem("expertFeeCheck")) { |
| | | this.queryParams = grtItem("expertFeeCheck"); |
| | | }; |
| | | this.selectReporters(); |
| | | this.getlistOrganization(); |
| | | this.getlistbypower(); |
| | | |
| | | //this.getlistUser(); |
| | | this.getlistExternalperson(); |
| | | }, |
| | |
| | | this.loading = true; |
| | | listbypower(this.queryParams).then((res) => { |
| | | console.log("根据权限显示列表", res); |
| | | removeItem("expertFeeCheck"); |
| | | setItem("expertFeeCheck", this.queryParams); |
| | | this.loading = false; |
| | | let list = res.rows; |
| | | let arr = []; |