Skip to content

Commit

Permalink
fix: 接口调整 (#1217)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuri0528 authored Sep 5, 2023
1 parent 4e7c38d commit a58f122
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/src/views/data-source/local-details/EditUser.vue
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ const handleSubmit = async () => {
await newDataSourceUser(data);
}
emit('updateUsers', '', text);
window.changeInput = false;
};
const searchDepartments = async (value: string) => {
Expand Down
1 change: 1 addition & 0 deletions src/pages/src/views/tenant/group-details/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ const handleEnter = () => {
// 更新租户列表
const updateTenantsList = () => {
detailsConfig.isShow = false;
window.changeInput = false;
fetchTenantsList();
};
Expand Down

0 comments on commit a58f122

Please sign in to comment.