| src/views/article/components/discussionManageChild.vue | ●●●●● patch | view | raw | blame | history | |
| src/views/property/components/done.vue | patch | view | raw | blame | history |
src/views/article/components/discussionManageChild.vue
@@ -235,7 +235,7 @@ } }, created() { this.getUserList() // this.getUserList() }, mounted() { @@ -268,7 +268,7 @@ getuserInfoByDistrictId() { getUserlnfoByDistrictlds(this.discussion.articleRange).then(res => { const column = this.findObject(this.option.column, "userIds") column.dicData = res.data.data column.dicData = res.data.data.records }) }, getUserList() { src/views/property/components/done.vue