prod
lily.zhang 3 years ago
parent 68e7672896
commit a8dd48b334

@ -73,16 +73,19 @@ export default {
week: "", week: "",
intDt: null, intDt: null,
selDatas: [], selDatas: [],
timeShow: true timeShow: true,
}; };
}, },
watch: { watch: {
$route(to) { $route: {
if(to.path === '/eventDEC') { handler(val) {
this.timeShow = false; if (val.path === "/eventDEC") {
} else { this.timeShow = false;
this.timeShow = true; } else {
} this.timeShow = true;
}
},
immediate: true,
}, },
}, },
created() { created() {

Loading…
Cancel
Save