mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-02-07 17:10:07 +08:00
parent
b643fa2ca3
commit
1d01fa1e14
@ -407,6 +407,9 @@ const forDetail = async (row: Cronjob.Record) => {
|
|||||||
const loadRecord = async (row: Cronjob.Record) => {
|
const loadRecord = async (row: Cronjob.Record) => {
|
||||||
if (row.records) {
|
if (row.records) {
|
||||||
const res = await getRecordLog(row.id);
|
const res = await getRecordLog(row.id);
|
||||||
|
if (currentRecordDetail.value === res.data) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
currentRecordDetail.value = res.data;
|
currentRecordDetail.value = res.data;
|
||||||
const state = view.value.state;
|
const state = view.value.state;
|
||||||
view.value.dispatch({
|
view.value.dispatch({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user