This commit is contained in:
BianLzhaoMin 2026-01-04 11:23:39 +08:00
parent 6c9c009630
commit e084dea4f4
2 changed files with 2 additions and 2 deletions

View File

@ -175,7 +175,7 @@ export default {
syncForm: {
startTime: dayjs().subtract(7, 'day').format('YYYY-MM-DD'), //
endTime: dayjs().format('YYYY-MM-DD'), //
deviceCode: this.macNo || '',
devCode: this.macNo || '',
},
syncFormRules: {

View File

@ -175,7 +175,7 @@ export default {
syncForm: {
startTime: dayjs().subtract(7, 'day').format('YYYY-MM-DD'), //
endTime: dayjs().format('YYYY-MM-DD'), //
deviceCode: this.macNo || '',
devCode: this.macNo || '',
},
syncFormRules: {