| | |
| | | display: false, |
| | | }, |
| | | { |
| | | label: "所属队伍", |
| | | prop: "team", |
| | | overHidden: true, |
| | | parent: false, |
| | | type: "tree", |
| | | searchLabelWidth: 90, |
| | | searchSpan: 4, |
| | | dicUrl: "/api/jurisdiction/lazy-team", |
| | | props: { |
| | | label: "title", |
| | | value: "id" |
| | | }, |
| | | checkStrictly: true, |
| | | display: false, |
| | | }, |
| | | { |
| | | label: "所属角色", |
| | | prop: "roleName", |
| | | slot: true, |
| | |
| | | rules: [ |
| | | { |
| | | required: false, |
| | | message: "请选择所属辖区", |
| | | message: "请选择所属工作单位", |
| | | trigger: "click" |
| | | } |
| | | ] |
| | | }, |
| | | { |
| | | label: "所属队伍", |
| | | prop: "team", |
| | | overHidden: true, |
| | | parent: false, |
| | | type: "tree", |
| | | dicUrl: "/api/jurisdiction/lazy-team", |
| | | props: { |
| | | label: "title", |
| | | value: "id" |
| | | }, |
| | | checkStrictly: true, |
| | | rules: [ |
| | | { |
| | | required: false, |
| | | message: "请选择所属所属队伍", |
| | | trigger: "click" |
| | | } |
| | | ] |
| | |
| | | window.open( |
| | | `/api/blade-user/export-user?${ |
| | | this.website.tokenHeader |
| | | }=${getToken()}&account=${this.search.account}&realName=${ |
| | | }=${getToken()}&account=${this.search.account} |
| | | &realName=${ |
| | | this.search.realName |
| | | } |
| | | &workjurisdiction=${ |
| | | this.search.workjurisdiction |
| | | } |
| | | &jurisdiction=${ |
| | | this.search.jurisdiction |
| | | }` |
| | | ); |
| | | }); |