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