| | |
| | | |
| | | /* |
| | | * @Author: liu |
| | | * @Date: 2021-08-26 16:22:20 |
| | | * @Last Modified by: liu |
| | | * @Last Modified time: 2021-11-05 15:01:09 |
| | | */ |
| | | /* * @Author: liu * @Date: 2021-08-26 16:22:20 * @Last Modified by: liu * @Last |
| | | Modified time: 2021-11-05 15:01:09 */ |
| | | |
| | | <template> |
| | | <div> |
| | | <basic-container class="permit"> |
| | | <basic-container |
| | | :class="[ |
| | | 'permit', |
| | | $store.state.control.screenSize == 1366 ? 'smallSize' : 'normalSize', |
| | | $store.state.control.windowWidth >= 1024 ? 'tooRowSearch1' : '', |
| | | ]" |
| | | > |
| | | <avue-crud |
| | | class="tablesss" |
| | | :option="option" |
| | | :table-loading="loading" |
| | | :data="data" |
| | |
| | | pageSize: 10, |
| | | currentPage: 1, |
| | | total: 0, |
| | | ...this.$store.state.control.changePageSize, |
| | | }, |
| | | selectionList: [], |
| | | option: { |
| | |
| | | viewBtn: true, |
| | | selection: true, |
| | | dialogClickModal: false, |
| | | ...this.$store.state.control.clearOtherBut, |
| | | column: column, |
| | | }, |
| | | data: [], |
| | |
| | | return ids.join(","); |
| | | }, |
| | | }, |
| | | // mounted() { |
| | | // console.log(this.userInfo.dept_id); |
| | | // }, |
| | | mounted() { |
| | | this.$store.commit("setWindowSizeHeightAdd"); |
| | | // console.log(this.userInfo.dept_id); |
| | | }, |
| | | methods: { |
| | | Print() { |
| | | this.$Print(this.$refs.licence); |
| | |
| | | const data = res.data.data; |
| | | this.page.total = data.total; |
| | | this.data = data.records; |
| | | this.$store.commit("setWindowSizeHeightAdd"); |
| | | this.loading = false; |
| | | this.selectionClear(); |
| | | }); |