mirror of
https://github.com/yangzongzhuan/RuoYi-Vue3.git
synced 2025-09-28 07:12:41 +00:00
修复分页组件请求两次问题
This commit is contained in:
@@ -373,8 +373,8 @@ function selected(name) {
|
||||
}
|
||||
/** 关闭弹窗隐藏图标选择 */
|
||||
function handleClose() {
|
||||
cancel();
|
||||
showChooseIcon.value = false;
|
||||
cancel();
|
||||
showChooseIcon.value = false;
|
||||
}
|
||||
/** 搜索按钮操作 */
|
||||
function handleQuery() {
|
||||
|
Reference in New Issue
Block a user