fix:修改 terminalLog 表格的下滑框的相关问题

This commit is contained in:
zhangyu
2021-05-12 19:36:51 +08:00
parent cd505a0d05
commit 55920adeb5
9 changed files with 40 additions and 24 deletions

View File

@@ -21,6 +21,7 @@
@edit="edit"
@orderBy="tableDataSort"
@reload="getTableData"
@shutdown="shutdown"
@selectionChange="selectionChange"
@showBottomBox="(targetTab, object) => { $refs.dataList.showBottomBox(targetTab, object) }"></terminal-log-table>
</template>
@@ -129,7 +130,7 @@ export default {
this.$put('/terminal/kill', { uuid: record.uuid }).then(res => {
if (res.code === 200) {
this.$message.success(this.$t('config.terminallog.success'))
this.bottomBox.showSubList = false
this.$refs.dataList.bottomBox.showSubList = false
this.getTableData()
} else {
this.$message.error(this.$t('config.terminallog.killErrorTip'))