瀏覽代碼

Merge branch 'feature_first_pages' of Web/contentCooper into master

jihuaqiang 2 天之前
父節點
當前提交
59dee94a37
共有 1 個文件被更改,包括 9 次插入0 次删除
  1. 9 0
      src/views/publishContent/weGZH/index.tsx

+ 9 - 0
src/views/publishContent/weGZH/index.tsx

@@ -257,6 +257,15 @@ const WeGZHContent: React.FC = () => {
 						total: totalSize,
 						pageSize: 10,
 						showTotal: (total) => `共 ${total} 条`,
+						onChange: (page) => getGzhPlanList({
+							pageNum: page,
+							pageSize: 10,
+							title: videoTitle,
+							accountId: selectedAccount ? parseInt(selectedAccount) : undefined,
+							publishStage: selectedPublisher,
+							createTimestampStart: dateRange?.[0]?.unix() ? dateRange[0].unix() * 1000 : undefined,
+							createTimestampEnd: dateRange?.[1]?.unix() ? dateRange[1].unix() * 1000 : undefined,
+						}),
 					}}
 				/>
 				<PunlishPlanModal