费用推送代码修正

This commit is contained in:
hongchao 2025-09-30 11:59:11 +08:00
parent 447382eefe
commit a160f15625
2 changed files with 2 additions and 2 deletions

View File

@ -180,7 +180,7 @@ export default {
projectId: null,
agreementId: '',
agreementCode: '',
month: new Date().getFullYear() + '-' + (new Date().getMonth() + 1),
month: new Date().getFullYear() + '-' + String(new Date().getMonth() + 1).padStart(2, '0'),
isSend: null
},
unitList: [], //

View File

@ -201,7 +201,7 @@ export default {
projectId: null,
agreementId: '',
agreementCode: '',
month: new Date().getFullYear() + '-' + (new Date().getMonth() + 1),
month: new Date().getFullYear() + '-' + String(new Date().getMonth() + 1).padStart(2, '0'),
isSend: null
},
unitList: [], //