Explorar el Código

修复会议查询错误bug

humingbo hace 1 año
padre
commit
e293da8c86
Se han modificado 1 ficheros con 2 adiciones y 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);
     },