wolyshaw 4 rokov pred
rodič
commit
b1c8a493a1
1 zmenil súbory, kde vykonal 3 pridanie a 0 odobranie
  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')