Karsa 4 년 전
부모
커밋
e7b1b44e52
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/view/rai_pj/raiReportDtl.vue

+ 1 - 0
src/view/rai_pj/raiReportDtl.vue

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