fix : 备份模块样式修改

This commit is contained in:
zhangxiaolong
2022-04-08 18:51:13 +08:00
parent e818ff1e4b
commit d64f2519f9
5 changed files with 28 additions and 28 deletions

View File

@@ -81,7 +81,9 @@ export default {
],
tableData2: [
{
list: {}
list: {
}
}
],
rightBoxshow: false,
@@ -100,7 +102,11 @@ export default {
methods: {
edit (row) {
this.object = { ...row }
this.object = { ...row ,
checkDay:'',
checkDays:'',
datepicker:''
}
this.object.name = this.$t('backup.edit')
if (this.object.schedule) {
for (const i in this.object.schedule) {