| | |
| | | { |
| | | label: "辖区", |
| | | prop: "jurisdiction", |
| | | // type: "tree", |
| | | // dicUrl: "/api/blade-system/dept/selectInfo", |
| | | // props: { |
| | | // label: "title", |
| | | // value: "value" |
| | | // }, |
| | | type: "tree", |
| | | dicUrl: "/api/jurisdiction/lazy-tree", |
| | | props: { |
| | | label: "title", |
| | | value: "value" |
| | | }, |
| | | }, |
| | | { |
| | | label: "部门", |
| | | prop: "deptName", |
| | | // type: "tree", |
| | | // dicUrl: "/api/blade-system/dept/selectInfo", |
| | | // props: { |
| | | // label: "title", |
| | | // value: "value" |
| | | // }, |
| | | }, |
| | | // { |
| | | // label: "部门", |
| | | // prop: "deptName", |
| | | // // type: "tree", |
| | | // // dicUrl: "/api/blade-system/dept/selectInfo", |
| | | // // props: { |
| | | // // label: "title", |
| | | // // value: "value" |
| | | // // }, |
| | | // }, |
| | | ], |
| | | }, |
| | | data: [], |
| | |
| | | }, |
| | | onLoad(page, params = {}) { |
| | | this.loading = true; |
| | | params["deptId"] = this.id; |
| | | params["roleId"] = this.id; |
| | | getOpenup( |
| | | page.currentPage, |
| | | page.pageSize, |