|
@@ -195,6 +195,7 @@ export default {
|
|
this.resetCss()
|
|
this.resetCss()
|
|
},
|
|
},
|
|
mounted() {
|
|
mounted() {
|
|
|
|
+ document.title = '纪要详情';
|
|
if(this.$route.query.id) {
|
|
if(this.$route.query.id) {
|
|
this.id = this.$route.query.id
|
|
this.id = this.$route.query.id
|
|
this.from_type = this.$route.query.fromType;
|
|
this.from_type = this.$route.query.fromType;
|