fix 添加用户

This commit is contained in:
yxh 2024-07-23 09:59:55 +08:00
parent ee5d816571
commit 4bece6d1be

View File

@ -197,5 +197,5 @@ const handleStatusChange = (row:any)=> {
row.userStatus =row.userStatus === 0 ?1 : 0;
});
};
defineExpose({userList})
defineExpose({userList,onOpenAddUser})
</script>