Skip to content

Commit

Permalink
Merge pull request #2586 from lhzzforever/dev/develop_ci
Browse files Browse the repository at this point in the history
Dev/develop ci
  • Loading branch information
ielgnaw authored Mar 28, 2024
2 parents 188dd28 + 6ca43a5 commit 2f8f738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/group/components/member-table.vue
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@
this.tableLoading = false;
const emptyField = this.groupTabList.find(item => item.name === this.tabActive);
if (emptyField) {
this.emptyData = _.cloneDeep(Object.assign(this[emptyField.empty], { tipType: this.keyword ? 'search' : '' }));
this.emptyData = formatCodeData(0, _.cloneDeep(Object.assign(this[emptyField.empty], { tipType: this.keyword ? 'search' : '' })));
}
}
},
Expand Down

0 comments on commit 2f8f738

Please sign in to comment.