| | |
| | | }, |
| | | selectionList: [], |
| | | landList: [], |
| | | landId:0, |
| | | option: { |
| | | tip: false, |
| | | height: 520, |
| | |
| | | delBtn: true, |
| | | viewBtn: false, |
| | | addBtn: false, |
| | | header:false, |
| | | menuWidth: 200, |
| | | menuAlign: "center", |
| | | align: "center", |
| | |
| | | props: { |
| | | label: "landName", |
| | | value: "id" |
| | | }, |
| | | change: (val) => { |
| | | this.landId = val.value |
| | | }, |
| | | rules: [ |
| | | { |
| | |
| | | this.onLoad(this.page, this.query) |
| | | }, |
| | | onLoad (page, params = {}) { |
| | | var datas = this.$route.query.id |
| | | params.landId = datas |
| | | if (this.landId) { |
| | | params['landId'] = this.landId |
| | | } |
| | | params['tenantId'] = this.userInfo.tenant_id |
| | | params['deptId'] = this.userInfo.dept_id |
| | | this.loading = true |