修复分页组件请求两次问题

This commit is contained in:
RuoYi
2022-02-19 14:23:31 +08:00
parent 3d24e0ae01
commit 9f9a06ab93
2 changed files with 11 additions and 2 deletions

View File

@ -373,8 +373,8 @@ function selected(name) {
}
/** 关闭弹窗隐藏图标选择 */
function handleClose() {
cancel();
showChooseIcon.value = false;
cancel();
showChooseIcon.value = false;
}
/** 搜索按钮操作 */
function handleQuery() {