Showing
1 changed file
with
1 additions
and
0 deletions
@@ -207,6 +207,7 @@ | @@ -207,6 +207,7 @@ | ||
207 | endTs: editResData.data.queryCondition?.endTs, | 207 | endTs: editResData.data.queryCondition?.endTs, |
208 | way: editResData.data?.way, | 208 | way: editResData.data?.way, |
209 | queryMode: editResData.data.queryCondition?.queryMode === 0 ? 'latest' : 'timePeriod', | 209 | queryMode: editResData.data.queryCondition?.queryMode === 0 ? 'latest' : 'timePeriod', |
210 | + cronTime: editResData.data?.executeContent | ||
210 | }); | 211 | }); |
211 | const endTsTime = editResData.data.queryCondition?.endTs; | 212 | const endTsTime = editResData.data.queryCondition?.endTs; |
212 | const startTsTime = editResData.data.queryCondition?.startTs; | 213 | const startTsTime = editResData.data.queryCondition?.startTs; |