南昌市物联网技防平台-前端
Administrator
2021-03-30 4158c289179fc69ae13ae6cb9b8dd37b63a07a0f
src/views/clientManagement/clientManagement.vue
@@ -473,7 +473,7 @@
              valueFormat: "yyyy-MM-dd HH:mm:ss",
              width: 130
            }, {
              label: "最后上传时间",
              label: "心跳时间",
              prop: "heartbeat",
              type: "datetime",
              format: "yyyy-MM-dd",
@@ -648,6 +648,16 @@
            ...this.query
          };
        }
        //在线设备
        if(this.$route.query.dxtype != undefined){
          values = {
            ...params,
            dxtype: this.$route.query.dxtype,
            ...this.query,
          };
        }
        this.loading = true;
        getList(page.currentPage, page.pageSize, values, this.treeDeptId).then(res => {
          const data = res.data.data;