Bläddra i källkod

Merge branch 'master' of http://git.zanxiangnet.com/wjx/ad-manage

wjx 2 år sedan
förälder
incheckning
46eb33ee4c

+ 4 - 4
src/pages/launchSystemNew/adq/log/index.tsx

@@ -6,14 +6,14 @@ import TableData from "../../components/TableData"
 import tableConfig from "./tableConfig"
 
 type Props = {
-    accountId: string,
-    adAccountId: string,
+    accountId?: string,
+    adAccountId?: string,
     userId: string,
-    queryParmas: {
+    queryParmas?: {
         accountId?: string,//账户ID
         adgroupId?: string,//广告ID
     },
-    tableIdClick: (props: {
+    tableIdClick?: (props: {
         activeKey: string, parma: {
             accountId?: string,//账户ID
             campaignId?: string,//计划ID

+ 1 - 1
src/pages/launchSystemNew/adq/log/tableConfig.tsx

@@ -5,7 +5,7 @@ import React from "react"
 
 
 
-function tableConfig(tableIdClick: (props: {
+function tableConfig(tableIdClick?: (props: {
     activeKey: string, parma: {
         accountId?: string,//账户ID
         campaignId?: string,//计划ID