我的通知

This commit is contained in:
谢思 2021-09-15 15:36:38 +08:00
parent 6ca0e48697
commit 49c66c73a7
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ function MyNotice(props) {
let resetUserInfo = props.resetUserInfo;
let pageSize = 15;
const [noticeType, setNoticeType] = useState("2");//tab
const [noticeType, setNoticeType] = useState("0");//tab
const [selectedNum, setSelectedNum] = useState(0);//@
const [isBatchDelete, setIsBatchDelete] = useState(false);//@
const [batchDeleteCheckedAll, setBatchDeleteCheckAll] = useState(false);//@--