| | |
| | | index: true, |
| | | viewBtn: true, |
| | | selection: true, |
| | | menu: false, |
| | | // menu: false, |
| | | dialogClickModal: false, |
| | | ...this.$store.state.control.clearOtherBut, |
| | | column: [ |
| | |
| | | this.onLoad(this.page, this.query); |
| | | }, |
| | | onLoad(page, params = {}) { |
| | | if(this.userInfo.role_name == "公安管理员" || this.userInfo.role_name == "民警" || this.userInfo.role_name == "administrator"){ |
| | | params["jurisdiction"] = this.userInfo.jurisdiction; |
| | | }else{ |
| | | params["deptid"] = this.userInfo.dept_id; |
| | | } |
| | | this.loading = true; |
| | | // console.log(1); |
| | | getList( |
| | | page.currentPage, |
| | | page.pageSize, |