Explorar o código

修复会议查询错误bug

humingbo hai 1 ano
pai
achega
e293da8c86
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/views/meeting/meeting.vue

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

@@ -699,7 +699,8 @@ export default {
         meetingEternal: 0,
         meetingName: '',
         meetingType: null,
-        status: null
+        status: null,
+        searchAuthFlag:false
       }
       this.getData(this.formInline);
     },