fix : 修复save无法刷新界面问题 修改一些样式

This commit is contained in:
zhangxiaolong
2022-04-08 16:39:36 +08:00
parent 8efcb56f34
commit 474b60dce2
3 changed files with 51 additions and 35 deletions

View File

@@ -11,7 +11,7 @@
>
<template v-slot="slotProps">
<backups-table
ref="backupsTable"
ref="backupsTable1"
:custom-table-title="customTableTitle"
:is-configurations="true"
:is-state ='isState'
@@ -33,7 +33,7 @@
>
<template v-slot="slotProps">
<backups-table
ref="backupsTable"
ref="backupsTable2"
:custom-table-title="customTableTitle2"
:is-configurations="false"
>
@@ -111,7 +111,7 @@ export default {
},
closeRightBox (refresh) {
if (refresh) {
this.$refs.backupsTable.$emit('getData')
this.$refs.backupsTable1.getTableData('backupsTable1')
}
this.rightBoxshow = false
},