Skip to content

Commit

Permalink
fix: 批量修改字段下拉框关闭后隐藏
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 25490
  • Loading branch information
JoJohw committed Dec 2, 2024
1 parent c8e1819 commit 9c98202
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
:theme="'primary'"
:size="'normal'"
:height="200"
@closed="batchInfo = false;"
@closed="cancelBatchInfo"
@confirm="confirmBatchInfo"
>
<bk-dropdown
Expand Down Expand Up @@ -341,6 +341,10 @@ const resetBatchPasswordConfirm = async () => {
}
};
const cancelBatchInfo = () => {
userInfoVisible.value = false;
batchInfo.value = false;
};
/**
* 修改用户信息
Expand Down

0 comments on commit 9c98202

Please sign in to comment.