| | |
| | | |
| | | <script> |
| | | import Pagination from '@/components/Pagination' |
| | | import { AddUpdateOrganization, DeleteOrganization, OrganizationSearch, PrentOrganization } from '@/api/jcsz' |
| | | import { AddUpdateOrganization, DeleteOrganization, OrganizationSearch, PrentOrganization } from '@/api/basicSettings' |
| | | import { getCookie } from '@/utils/auth' |
| | | import { validateCode } from '@/utils/global' |
| | | import TableColumnSettings from '@/components/TableColumnSettings' |
| | |
| | | }, |
| | | methods: { |
| | | tableColumnUpdate(val, isCopyTrue) { |
| | | console.log(val, isCopyTrue, 1111) |
| | | if (isCopyTrue) { |
| | | this.tableColumnSettingsArray = val |
| | | } |
| | | |
| | | this.tableTimeStampKey = new Date().getTime() |
| | | |
| | | // this.$nextTick(() => { |
| | | this.$refs.tableDataRef.doLayout() |
| | | // }) |
| | | }, |
| | | async getOrganizationSearch() { |
| | | const res = await OrganizationSearch(this.form) |