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 @@