fix : 备份模块样式修改
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user