公告结构化

This commit is contained in:
jlzhangyx5
2025-06-12 16:31:50 +08:00
parent 380a850800
commit 8ad07c0ecd
2 changed files with 34 additions and 4 deletions

View File

@ -66,10 +66,7 @@ const Promenu: React.FC<{}> = () => {
const open = Boolean(anchorEl);
useEffect(() => {
//TODO zyx假数据-start
menuList({ defId: 'bid_qualification', projectId: '1920644626460389376' }).then(res => {
// menuList({ defId: defId, projectId: projectId }).then(res => {
//TODO zyx假数据-end
menuList({ defId: defId, projectId: projectId }).then(res => {
if (res.code === 200) {
let data = res.data;
setData(data);