mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-08 22:46:51 +08:00
parent
6a63b2e5c4
commit
ae38239b47
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ const search = async () => {
|
|||
await loadSSHLogs(params)
|
||||
.then((res) => {
|
||||
loading.value = false;
|
||||
data.value = res.data.logs || [];
|
||||
data.value = res.data?.logs || [];
|
||||
faliedCount.value = res.data.failedCount;
|
||||
successfulCount.value = res.data.successfulCount;
|
||||
if (searchStatus.value === 'Success') {
|
||||
|
|
Loading…
Add table
Reference in a new issue