fix: 积分无数据展示

fix: 积分无数据展示
This commit is contained in:
amypeng 2026-06-11 15:54:40 +08:00
parent 196c7323c1
commit abf52855e5
2 changed files with 1 additions and 2 deletions

View File

@ -68,7 +68,6 @@ function PointsDoc({ visible , onCancel , onSure , type , username , choosed , h
setList(rows);
}else{
setList([]);
setCurrentRow(null);
}
setTotal(result.data.total);
}

View File

@ -245,7 +245,7 @@ function ZoneUser(props){
function apply() {
if(checkIfLogin()===false){
showLoginDialog(`/zone/${deptId}/user`)
showLoginDialog()
return false;
}
setApplyVisible(!applyVisible)