feat:日志报警页面更新

This commit is contained in:
吉浩茹
2025-10-01 04:07:37 +08:00
parent deb4d99393
commit 5f20cc7cd3
7 changed files with 833 additions and 516 deletions

View File

@ -16,7 +16,7 @@
</view>
</picker>
</view> -->
<SystemLog />
<SystemLog ref="systemLog" />
<!-- 筛选区域 -->
<!-- <view class="filter-section">
@ -167,6 +167,11 @@ export default {
onLoad() {
console.log('系统日志页面加载')
},
onShow() {
console.log('📱 系统日志页面显示,触发页面更新')
// 触发子组件重新初始化
this.$refs.systemLog?.refreshData?.()
},
methods: {
onLevelChange(e) {
this.levelIndex = e.detail.value