fix: 解决数据库日志监听未刷新的问题 (#1823)

This commit is contained in:
ssongliu
2023-08-03 08:49:32 +00:00
committed by GitHub
parent 40d3392520
commit e52e6ddaa2
@@ -16,7 +16,9 @@
</template>
</el-input>
<div class="margin-button" style="float: left">
<el-checkbox border v-model="logSearch.isWatch">{{ $t('commons.button.watch') }}</el-checkbox>
<el-checkbox border @change="searchLogs" v-model="logSearch.isWatch">
{{ $t('commons.button.watch') }}
</el-checkbox>
</div>
<el-button class="margin-button" @click="onDownload" icon="Download">
{{ $t('file.download') }}