diff --git a/acupuncture-前台/src/views/index.vue b/acupuncture-前台/src/views/index.vue index f5752c9e..6dd24841 100644 --- a/acupuncture-前台/src/views/index.vue +++ b/acupuncture-前台/src/views/index.vue @@ -57,14 +57,14 @@ export default { // firstAidTest().then((res) => { // console.log(res); // }); - const start = new Date(); - const end = new Date(); - start.setTime(start.getTime() - 3600 * 1000 * 24 * 30); - await setTimeout(async () => { - await this.$refs.patient.statistics([start, end], 4); - await this.$refs.JM.statistics([start, end], 4); - await this.$refs.XGZL.statistics([start, end], 4); - }); + // const start = new Date(); + // const end = new Date(); + // start.setTime(start.getTime() - 3600 * 1000 * 24 * 30); + // await setTimeout(async () => { + // await this.$refs.patient.statistics([start, end], 4); + // await this.$refs.JM.statistics([start, end], 4); + // await this.$refs.XGZL.statistics([start, end], 4); + // }); }, methods: { resize() { diff --git a/acupuncture-前台/安阳前台-1.zip b/acupuncture-前台/安阳前台-1.zip index 2181053c..c086df0d 100644 Binary files a/acupuncture-前台/安阳前台-1.zip and b/acupuncture-前台/安阳前台-1.zip differ