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