소스 검색

优化界面

humingbo 1 년 전
부모
커밋
9866f8386b
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      src/views/meeting/meeting.vue

+ 3 - 1
src/views/meeting/meeting.vue

@@ -655,6 +655,7 @@ export default {
     this.getData(this.formInline);
     this.getDeptUserTrees();
     this.formInline.status = this.$route.query.status;
+    this.formInline.toDoMeeting = this.$route.query.toDoMeeting;
   },
   methods: {
     getDeptUserTrees() {
@@ -797,7 +798,8 @@ export default {
         meetingType: null,
         status: null,
         searchAuthFlag:false,
-        chooseType: '0'
+        chooseType: '0',
+        toDoMeeting:""
       }
       this.getData(this.formInline);
     },