parent
196c7323c1
commit
abf52855e5
|
|
@ -68,7 +68,6 @@ function PointsDoc({ visible , onCancel , onSure , type , username , choosed , h
|
|||
setList(rows);
|
||||
}else{
|
||||
setList([]);
|
||||
setCurrentRow(null);
|
||||
}
|
||||
setTotal(result.data.total);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -245,7 +245,7 @@ function ZoneUser(props){
|
|||
|
||||
function apply() {
|
||||
if(checkIfLogin()===false){
|
||||
showLoginDialog(`/zone/${deptId}/user`)
|
||||
showLoginDialog()
|
||||
return false;
|
||||
}
|
||||
setApplyVisible(!applyVisible)
|
||||
|
|
|
|||
Loading…
Reference in New Issue