|
@@ -206,7 +206,7 @@
|
|
|
|
|
|
<script>
|
|
|
import beUpload from '../../components/tool/beUpload'
|
|
|
-
|
|
|
+import { getNowDate } from '@/components/tool/Date';
|
|
|
export default {
|
|
|
components:{beUpload},
|
|
|
data() {
|
|
@@ -264,7 +264,7 @@ import beUpload from '../../components/tool/beUpload'
|
|
|
sort:'',
|
|
|
state:'',
|
|
|
leader:'',
|
|
|
- year:"",
|
|
|
+ year:new Date().getFullYear().toString(),
|
|
|
},
|
|
|
file:[],
|
|
|
checkActivityFinishData:[],
|