zhangzengfei
2022-08-05 649a012bd1f445afd51e3aad8e137d43c36434e0
src/views/search/Searching.vue
@@ -273,6 +273,11 @@
    UploadImg,
    SetBox
  },
  computed: {
    searchTimeFormated() {
      return this.format(this.searchTime)
    }
  },
  data() {
    return {
      cardWidth: "",
@@ -292,7 +297,17 @@
      currentPage: 1,
      showSetBox: false,
      json_fields: {
        // 部门: "",
        部门: {
          field: "activeObject.cameraId",
          //自定义回调函数
          callback: (value) => {
            let org = ""
            if (this.TreeDataPool.cameraParents.hasOwnProperty(value)) {
              org = this.TreeDataPool.cameraParents[value]
            }
            return org
          }
        },
        // 告警标记: "",
        // 整改描述: "",
        摄像机ID: "activeObject.cameraId",
@@ -329,11 +344,6 @@
          }
        }
      }
    }
  },
  computed: {
    searchTimeFormated() {
      return this.format(this.searchTime)
    }
  },
  created() {