| | |
| | | const data = res.data.data |
| | | this.page.total = data.total |
| | | this.disCussFrom = data.records[0] |
| | | |
| | | getPersonPublicSelect({ |
| | | id: this.disCussFrom.userIds |
| | | }).then(res => { |
| | | const column = this.findObject(this.option.column, "userIds") |
| | | column.dicData = res.data.data |
| | | |
| | | this.loading = false |
| | | }) |
| | | if (this.disCussFrom.userIds) { |
| | | getPersonPublicSelect({ |
| | | id: this.disCussFrom.userIds |
| | | }).then(res => { |
| | | const column = this.findObject(this.option.column, "userIds") |
| | | column.dicData = res.data.data |
| | | this.loading = false |
| | | }) |
| | | } |
| | | }) |
| | | } |
| | | } |