fix 添加用户
This commit is contained in:
parent
ee5d816571
commit
4bece6d1be
@ -197,5 +197,5 @@ const handleStatusChange = (row:any)=> {
|
||||
row.userStatus =row.userStatus === 0 ?1 : 0;
|
||||
});
|
||||
};
|
||||
defineExpose({userList})
|
||||
defineExpose({userList,onOpenAddUser})
|
||||
</script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user