| | |
| | | }) |
| | | } |
| | | |
| | | |
| | | export const getInformationDetails = (data) => { |
| | | return request({ |
| | | url: '/api/information/getInformationDetails', |
| | | method: 'get', |
| | | params: data |
| | | }) |
| | | } |
| | | |
| | | export const getdata1 = (current, size, params) => { |
| | | return request({ |
| | | url: '/api/shareholder/page', |
| | |
| | | import { securityApply } from "@/api/accreditationRecords/accreditationRecords"; |
| | | import { getList } from "@/api/securityGuard/securityGuard"; |
| | | import { getDeptLazyTree } from "@/api/system/dept"; |
| | | import { getInformationDetails } from "@/api/securityUnit/securityUnit"; |
| | | import { getRoleTree, getRoleDetail } from "@/api/system/role"; |
| | | import { mapGetters } from "vuex"; |
| | | import website from "@/config/website"; |
| | |
| | | }; |
| | | updatePaperTime(data); |
| | | }, |
| | | rowClickSelf(row) { |
| | | this.$router.push({ |
| | | path: "/securityUnitChild", |
| | | query: { fromSecunityGuardId: row }, |
| | | }); |
| | | rowClickSelf(deptId) { |
| | | var data = { |
| | | departmentid:deptId |
| | | } |
| | | getInformationDetails(data).then((res) => { |
| | | var obj = res.data.data; |
| | | var data = JSON.stringify(obj); |
| | | this.$router.push({ |
| | | path: "/securityUnitChild", |
| | | query: { data: data }, |
| | | }); |
| | | }) |
| | | }, |
| | | nodeClick(data) { |
| | | this.treeDeptId = data.id; |
| | |
| | | created() { |
| | | this.option.height = this.windowHeight - 320; |
| | | if (this.stats == "1") { |
| | | //分公司 |
| | | //学校 |
| | | const educationcolumn = this.findObject( |
| | | this.option.column, |
| | | "education" |
| | |
| | | this.option.column, |
| | | "paper" |
| | | ); |
| | | //法人及电话不可见 |
| | | //学历证书 |
| | | educationcolumn.display = true; |
| | | educationcolumn.hide = false; |
| | | educationcolumn.search = true; |