wolyshaw 4 years ago
parent
commit
4831588091
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/main/baseinfo/index.vue

+ 1 - 1
src/views/main/baseinfo/index.vue

@@ -132,7 +132,7 @@ export default {
     }
     }
   },
   },
   created() {
   created() {
-    this.$set(this.search, 'organId', null)
+    this.$set(this.search, 'dates', getInitDate())
   },
   },
   mounted () {
   mounted () {
     this.FetchDetail()
     this.FetchDetail()