评审规则设置

This commit is contained in:
jlzhangyx5
2025-06-11 14:39:30 +08:00
parent 300a9945cf
commit 380a850800
7 changed files with 127 additions and 54 deletions

View File

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