添加评价结果审批iframe页面

This commit is contained in:
linxd
2025-08-12 16:26:24 +08:00
parent b990c38d4c
commit 605c3c26ac
2 changed files with 142 additions and 2 deletions

View File

@ -7,6 +7,7 @@ import CategoryLibraryApproval from './components/CategoryLibraryApproval';
import CategoryLibrarySupplierApproval from './components/CategoryLibrarySupplierApproval';
import SupplierCategoryAccessApproval from './components/SupplierCategoryAccessApproval';
import SupplierInfoChangeApproval from './components/SupplierInfoChangeApproval';
import EvaluationApproval from './components/EvaluationApproval';
import { refreshDictCache } from '@/servers/api/login';
import { encryptWithRsa } from '@/utils/encryptWithRsa';
@ -134,10 +135,10 @@ const ViewReviewPage: React.FC = () => {
{/* 评价审批 */}
{['evaluationApproval'].includes(type) && (
<>
{/* <EvaluationApproval
<EvaluationApproval
visible={modalVisible}
record={modalRecord}
/> */}
/>
</>
)}