操作日志还原

This commit is contained in:
Ledo 2025-07-21 13:53:39 +08:00
parent 7f379cf637
commit 804039f233
2 changed files with 2 additions and 1 deletions

View File

@ -593,7 +593,7 @@ v-for="dict in mergedArray7" :key="dict.id"
</el-row>
</el-card>
<el-card class="hl-card-info" v-if="false">
<el-card class="hl-card-info" >
<template #header>
<div class="hl-card-info-icona"></div><span class="hl-card-info-text">操作日志</span>
<el-button @click="() => router.back()" size="large" style="margin-left: 5rem"> </el-button>

View File

@ -695,6 +695,7 @@ const activeIndex = ref('first')
/**切换tab */
const handleClick = async(tab: TabsPaneContext, event: Event) => {
var tabIndex = tab.props.name;
queryParams.pageNo = 1;
activeIndex.value = tabIndex;
await getList(tabIndex);
}