mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-07-20 01:21:21 +00:00
fix time
This commit is contained in:
parent
94b0288078
commit
ac5244f120
@ -115,7 +115,8 @@ async function createTask() {
|
||||
ElMessage.warning("no labels");
|
||||
return;
|
||||
}
|
||||
const date = monitorTime.value === "0" ? new Date() : time.value;
|
||||
const date =
|
||||
monitorTime.value === "0" ? appStore.durationRow.end : time.value;
|
||||
const params = {
|
||||
serviceId: selectorStore.currentService.id,
|
||||
processLabels: labels.value,
|
||||
|
@ -43,9 +43,7 @@ limitations under the License. -->
|
||||
<span class="mr-10 sm">{{ dateFormat(i.taskStartTime) }}</span>
|
||||
<span class="mr-10 sm">
|
||||
{{
|
||||
dateFormat(
|
||||
i.taskStartTime + i.fixedTriggerDuration * 60 * 1000
|
||||
)
|
||||
dateFormat(i.taskStartTime + i.fixedTriggerDuration * 1000)
|
||||
}}
|
||||
</span>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user