|
@ -144,7 +144,6 @@ export default { |
|
|
// 获取日期 |
|
|
// 获取日期 |
|
|
newDate() { |
|
|
newDate() { |
|
|
let date = new Date() |
|
|
let date = new Date() |
|
|
console.log(date.getMonth(), 99999) |
|
|
|
|
|
let year = date.getFullYear() // 年 |
|
|
let year = date.getFullYear() // 年 |
|
|
let month = date.getMonth() // 月 |
|
|
let month = date.getMonth() // 月 |
|
|
this.formobj.withApply = year + '年' + month + '月' |
|
|
this.formobj.withApply = year + '年' + month + '月' |
|
|