Commit 60f4e679 authored by 李苏's avatar 李苏 💬

year

parent 1f6fcfa3
...@@ -135,6 +135,7 @@ ...@@ -135,6 +135,7 @@
/* 存放index页面传递的额外参数*/ /* 存放index页面传递的额外参数*/
mounted() { mounted() {
let year =new Date().getFullYear(); let year =new Date().getFullYear();
this.form.year=year
year=year-35 year=year-35
for(let i=0;i<40;i++){ for(let i=0;i<40;i++){
this.yearList.push({ this.yearList.push({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment