|
|
@@ -60,7 +60,7 @@ export default {
|
|
|
},
|
|
|
data() {
|
|
|
return {
|
|
|
- yearAndMonth: moment(new Date()).format('YYYY'),
|
|
|
+ yearAndMonth: '',
|
|
|
|
|
|
logoForm: {},
|
|
|
logoOption: {
|
|
|
@@ -145,7 +145,6 @@ export default {
|
|
|
},
|
|
|
mounted() {
|
|
|
this.getTenantDetailFunc(this.userInfo.tenant_id);
|
|
|
- // this.getAttenDetailFunc(this.yearAndMonth)
|
|
|
},
|
|
|
methods: {
|
|
|
/**
|