| | |
| | | label: "name", |
| | | value: 'id' |
| | | }, |
| | | hide: true, |
| | | // hide: true, |
| | | }, |
| | | { |
| | | width: 110, |
| | |
| | | }, |
| | | |
| | | openEditPopup(row) { |
| | | this.$refs.DeitDiscussion.initData(row) |
| | | getListPd(1, 10, { |
| | | eventType: 1, |
| | | articleId: row.id |
| | | }).then(res => { |
| | | if (res.data.data.records.length == 0) { |
| | | this.$message.warning('请先设置议事规则!') |
| | | setTimeout(() => { |
| | | this.openDilog(row, 1) |
| | | }, 200) |
| | | } else { |
| | | this.$refs.DeitDiscussion.initData(row) |
| | | } |
| | | }) |
| | | }, |
| | | |
| | | openUserPopup(row) { |
| | |
| | | this.loading = false |
| | | this.selectionClear() |
| | | }) |
| | | getDistrictTree(params = {}).then((res) => { |
| | | getDistrictTree(params = { |
| | | filterFlag: 1 |
| | | }).then((res) => { |
| | | const data = res.data.data |
| | | this.districtTree = data |
| | | const column = this.findObject(this.option.column, "articleList") |