| src/views/article/components/discussionManageChild.vue | ●●●●● patch | view | raw | blame | history |
src/views/article/components/discussionManageChild.vue
@@ -303,15 +303,15 @@ const data = res.data.data this.page.total = data.total this.disCussFrom = data.records[0] 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 }) } }) } }