公告结构化
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user