|
|
@@ -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);
|
|
|
},
|