|
@@ -16,6 +16,7 @@ import SetEarlyWarning from '@/components/EarlyWarning/setEarlyWarning'
|
|
|
import CrowdPackModal from '../../components/crowdPackModal'
|
|
|
import './index.less'
|
|
|
import AdIdSearch from './adIdSearch'
|
|
|
+import Details from '@/pages/adMonitor/adMonitorList/components/Details'
|
|
|
|
|
|
type Props = {
|
|
|
accountId?: string,
|
|
@@ -638,7 +639,7 @@ const Ad: React.FC<Props> = (props) => {
|
|
|
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
|
|
|
visible={czjlShow}
|
|
|
onCancel={() => { setCzjlShow(false) }}
|