Skip to content

Commit e52e6dd

Browse files
authored
fix: 解决数据库日志监听未刷新的问题 (#1823)
1 parent 40d3392 commit e52e6dd

File tree

1 file changed

+3
-1
lines changed
  • frontend/src/components/container-log

1 file changed

+3
-1
lines changed

frontend/src/components/container-log/index.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
</template>
1717
</el-input>
1818
<div class="margin-button" style="float: left">
19-
<el-checkbox border v-model="logSearch.isWatch">{{ $t('commons.button.watch') }}</el-checkbox>
19+
<el-checkbox border @change="searchLogs" v-model="logSearch.isWatch">
20+
{{ $t('commons.button.watch') }}
21+
</el-checkbox>
2022
</div>
2123
<el-button class="margin-button" @click="onDownload" icon="Download">
2224
{{ $t('file.download') }}

0 commit comments

Comments
 (0)