操作日志还原
This commit is contained in:
parent
7f379cf637
commit
804039f233
@ -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>
|
||||
|
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user