南昌市物联网技防平台-前端
Administrator
2021-03-25 d994254b633beed1dc71438a53428dfc852c9c1d
体温页面修改
1 files modified
7 ■■■■■ changed files
src/views/animalHeat/animalHeat.vue 7 ●●●●● patch | view | raw | blame | history
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;