From 5fd9550240270adbdfb4ad750b7611d982292d63 Mon Sep 17 00:00:00 2001 From: douzhuo <17611323298@163.com> Date: Thu, 24 Feb 2022 18:07:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/page/login/userlogin.vue | 4 +- src/views/Customer/index.vue | 1 + src/views/ReceivingRecords/index.vue | 1 + src/views/Statistics/ReceptionOverview.vue | 45 +++++++++++----------- vue.config.js | 4 +- 5 files changed, 29 insertions(+), 26 deletions(-) diff --git a/src/page/login/userlogin.vue b/src/page/login/userlogin.vue index f2d8acb..f23bb96 100644 --- a/src/page/login/userlogin.vue +++ b/src/page/login/userlogin.vue @@ -78,8 +78,8 @@ export default { }, info:{}, loginForm: { - username: "admin", - password: "123456", + username: "", + password: "", code: "", randomStr: "blockPuzzle", }, diff --git a/src/views/Customer/index.vue b/src/views/Customer/index.vue index 5d46509..ec847ea 100644 --- a/src/views/Customer/index.vue +++ b/src/views/Customer/index.vue @@ -803,6 +803,7 @@ export default { this.searchForm.endDate = ""; // this.$set(this, "time", null); this.searchForm.dateType = idx; + this.time = '' this.houseChange(); }, timestampToTime(timestamp) { diff --git a/src/views/ReceivingRecords/index.vue b/src/views/ReceivingRecords/index.vue index be0abcd..5222530 100644 --- a/src/views/ReceivingRecords/index.vue +++ b/src/views/ReceivingRecords/index.vue @@ -692,6 +692,7 @@ export default { this.searchForm.endDate = ""; // this.$set(this, "time", null); this.searchForm.dateType = idx; + this.time = [] this.houseChange(); }, timestampToTime(timestamp) { diff --git a/src/views/Statistics/ReceptionOverview.vue b/src/views/Statistics/ReceptionOverview.vue index a9daf89..90bcca8 100644 --- a/src/views/Statistics/ReceptionOverview.vue +++ b/src/views/Statistics/ReceptionOverview.vue @@ -61,7 +61,7 @@