소스 검색

提交日报周报页面

newStyle
douzhuo 2 년 전
부모
커밋
ba02735ab5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/views/building/sugDetail.vue

+ 1
- 1
src/views/building/sugDetail.vue 파일 보기

@@ -94,7 +94,7 @@ export default {
this.getParamsObj.id = this.$route.query.id
}
if (this.$route.query.week) {
this.week = this.$route.query.week
this.getParamsObj.week = this.$route.query.week
}
if (this.$route.query.pid) {
this.getParamsObj.pid = this.$route.query.pid


불러오는 중...
취소
저장