fix : backup 页面时间处理

This commit is contained in:
likexuan
2022-07-13 11:44:09 +08:00
parent cc9bb9d7bf
commit b95bb8426e
2 changed files with 2 additions and 1 deletions

View File

@@ -360,7 +360,7 @@ export default {
state: Number(this.editBackup.state),
schedule: {
type: Number(this.editBackup.type),
stime: this.editBackup.stime,
stime: this.timezoneToUtcTimeStr(this.editBackup.stime, 'YYYY-MM-DD HH:mm:ss') || '',
repeat: Number(this.editBackup.repeat),
nums: this.editBackup.nums
},