submit
This commit is contained in:
parent
7eb5187fde
commit
6ff493e6e3
@ -229,9 +229,10 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
|
|
||||||
this.getCycle()
|
this.getCycle()
|
||||||
this.getDetailUrl()
|
if (this.url){
|
||||||
|
this.getDetailUrl()
|
||||||
|
}
|
||||||
this.getAddress()
|
this.getAddress()
|
||||||
const today = new Date();
|
const today = new Date();
|
||||||
this.value = [today.getFullYear() - 1990, today.getMonth(), today.getDate() - 1]
|
this.value = [today.getFullYear() - 1990, today.getMonth(), today.getDate() - 1]
|
||||||
|
Loading…
Reference in New Issue
Block a user