|
@@ -113,7 +113,7 @@
|
|
|
</HcNewCard>
|
|
|
<HcNewCard v-else>
|
|
|
<template #extra>
|
|
|
- <el-button type="primary" @click="listShow = true">
|
|
|
+ <el-button type="primary" @click="goBackList">
|
|
|
<HcIcon name="arrow-go-back" />
|
|
|
<span>返回日志列表</span>
|
|
|
</el-button>
|
|
@@ -800,6 +800,10 @@ const theLogRemoveByIdsMonth = async (id) => {
|
|
|
getTableDataMonth()
|
|
|
}
|
|
|
}
|
|
|
+const goBackList = () => {
|
|
|
+ listShow.value = true
|
|
|
+ getTableData().then()
|
|
|
+}
|
|
|
</script>
|
|
|
|
|
|
<style lang="scss" scoped>
|