From ed9f239c21cf3e4b5f68b0c6ca0cdb6a8a3ec41a Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Fri, 26 Mar 2021 08:58:54 +0800
Subject: [PATCH] Merge branch 'master' of http://s16s652780.51mypc.cn:49896/r/jfpt-Vue
---
src/views/animalHeat/animalHeat.vue | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
diff --git a/src/views/animalHeat/animalHeat.vue b/src/views/animalHeat/animalHeat.vue
index 3c89f2b..a7a882e 100644
--- a/src/views/animalHeat/animalHeat.vue
+++ b/src/views/animalHeat/animalHeat.vue
@@ -217,9 +217,6 @@
let values = {
...params,
};
- console.log(this.$route.query.status,1);
- console.log(this.$route.query.type,2);
- console.log(this.$route.query,3);
if (this.$route.query.type!=undefined && this.$route.query != undefined && this.$route.query != null && this.$route.query != "" ) {
if (this.$route.query.status != undefined) {
this.page.currentPage = 1;
@@ -227,13 +224,11 @@
status:this.$route.query.status,
type:this.$route.query.type
}
- console.log(params,111);
} else {
this.page.currentPage = 1;
params = {
type:this.$route.query.type
};
- console.log(params,222);
}
}else if(this.$route.query.status != undefined){
params = {
@@ -246,7 +241,6 @@
status:this.$route.query.status,
type:this.$route.query.type
}
- console.log(params,444);
}
if (dateTime) {
@@ -263,7 +257,6 @@
...this.query,
};
}
- console.log(params,555);
this.loading = true;
getList(page.currentPage, page.pageSize, values).then(res => {
const data = res.data.data;
--
Gitblit v1.9.3