src/views/system/visit/index.vue
@@ -429,7 +429,7 @@ }, created() { // this.getNowTime(); this.getList(); this.Company(); this.getListEmer(); this.getdate(); @@ -446,6 +446,7 @@ moment(res.data).format("YYYY-MM-DD 00:00:00"), moment(res.data).format("YYYY-MM-DD 23:59:00") ];; this.getList(); }); }, dialogVisibles() { @@ -615,6 +616,7 @@ }, /** 重置按钮操作 */ resetQuery() { this.createTimeList = [] this.resetForm("queryForm"); this.handleQuery(); },