新增更新任务实时更新

This commit is contained in:
Dragon
2023-10-23 17:44:40 +08:00
parent b0bf61e016
commit 7f5830db5d

View File

@@ -290,6 +290,7 @@ $('.switch div').click(function () {
getConfig(); getConfig();
} else { } else {
$('.page2').show(); $('.page2').show();
getConfig();
getTaskConfig(); getTaskConfig();
} }
}) })