|
@@ -164,12 +164,11 @@ export default {
|
|
|
},
|
|
|
mounted() {
|
|
|
this.FetchDetail();
|
|
|
- this.reset();
|
|
|
this.$store.dispatch("setBranchs");
|
|
|
},
|
|
|
methods: {
|
|
|
getInitDate() {
|
|
|
- const end = this.$helpers.dayjs(new Date()).format("YYYY-MM-DD");
|
|
|
+ const end = this.$helpers.dayjs(new Date()).subtract(1,'day').format("YYYY-MM-DD");
|
|
|
const start = this.$helpers
|
|
|
.dayjs(new Date())
|
|
|
.set("date", 1)
|