Browse Source

Merge branch '01/19NavMenu' into online

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

+ 3 - 0
src/views/main/baseinfo/index.vue

@@ -131,6 +131,9 @@ export default {
       return !Object.keys(this.dataInfo).length
     }
   },
+  created(){
+    this.$set(this.search, 'dates', getInitDate())
+  },
   mounted () {
     this.FetchDetail()
     this.$store.dispatch('setBranchs')