diff --git a/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/bicyclerebatewithholdingAdd.vue b/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/bicyclerebatewithholdingAdd.vue index ec6cb91dad..f2df37ca4c 100644 --- a/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/bicyclerebatewithholdingAdd.vue +++ b/anrui-scm/anrui-scm-ui/src/views/bikerebate/bicyclerebatewithholding/bicyclerebatewithholdingAdd.vue @@ -144,7 +144,6 @@ export default { // 获取日期 newDate() { let date = new Date() - console.log(date.getMonth(), 99999) let year = date.getFullYear() // 年 let month = date.getMonth() // 月 this.formobj.withApply = year + '年' + month + '月'