| 
														
															@@ -16,6 +16,7 @@ import SetEarlyWarning from '@/components/EarlyWarning/setEarlyWarning' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import CrowdPackModal from '../../components/crowdPackModal' 
														 | 
														
														 | 
														
															 import CrowdPackModal from '../../components/crowdPackModal' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import './index.less' 
														 | 
														
														 | 
														
															 import './index.less' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import AdIdSearch from './adIdSearch' 
														 | 
														
														 | 
														
															 import AdIdSearch from './adIdSearch' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+import Details from '@/pages/adMonitor/adMonitorList/components/Details' 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 type Props = { 
														 | 
														
														 | 
														
															 type Props = { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     accountId?: string, 
														 | 
														
														 | 
														
															     accountId?: string, 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -638,7 +639,7 @@ const Ad: React.FC<Props> = (props) => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															                 getList({ ...queryFrom, pageNum: current, pageSize }) 
														 | 
														
														 | 
														
															                 getList({ ...queryFrom, pageNum: current, pageSize }) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             }} 
														 | 
														
														 | 
														
															             }} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         /> 
														 | 
														
														 | 
														
															         /> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-        {detailShow && <PlanDetail visible={detailShow} onClose={() => { setDetailShow(false) }} data={detailData} />} 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        {detailShow && <Details visible={detailShow} onClose={() => { setDetailShow(false) }} data={{ adgroup_id: detailData.adgroupId, account_id: detailData.accountId }} />} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         {czjlShow && <Modal 
														 | 
														
														 | 
														
															         {czjlShow && <Modal 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             visible={czjlShow} 
														 | 
														
														 | 
														
															             visible={czjlShow} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             onCancel={() => { setCzjlShow(false) }} 
														 | 
														
														 | 
														
															             onCancel={() => { setCzjlShow(false) }} 
														 |