humingbo 1 anno fa
parent
commit
9866f8386b
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  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);
     },