南昌市物联网技防平台-前端
Administrator
2021-03-19 032d42b76a49a9aa9894fface239dcb683873c29
src/views/healthcode/healthcode.vue
@@ -137,7 +137,6 @@
                }
              ],
            }
          ]
        },
        data: []
@@ -192,6 +191,12 @@
      },
      onLoad(page, params = {}) {
        this.loading = true;
        console.log("status="+this.$route.query.status);
        params ={
          status:this.$route.query.status,
          type:this.$route.query.type
        }
        console.log("params="+params);
        getList(page.currentPage, page.pageSize, Object.assign(params, this.query)).then(res => {
          const data = res.data.data;
          this.page.total = data.total;