diff --git a/src/views/systems/colla-group/GroupUser.vue b/src/views/systems/colla-group/GroupUser.vue index 74fede12d26bacdb4d71704a9e9f279e96bf3e54..e53367f7811627813a422795451b31acc5206d55 100644 --- a/src/views/systems/colla-group/GroupUser.vue +++ b/src/views/systems/colla-group/GroupUser.vue @@ -166,6 +166,7 @@ export default { getUserPage({ groupId: this.groupId, current: 1, size: 1000 }).then( (res) => { if (res.code === 1) { + this.$refs.dialog.open() const d = res.data d.records && d.records.forEach((item) => { @@ -175,7 +176,8 @@ export default { }) }) this.formData[0].opts = userList - this.$refs.dialog.open() + this.searchList[2].loading = false + } else { this.searchList[2].loading = false } }