zhangzengfei
2021-04-07 5058e8d5fc8220a4fa31d160935c1aafd6074fb3
src/components/LeftNav.vue
@@ -207,12 +207,7 @@
            </div>
          </div>
        </el-tab-pane>
        <el-tab-pane
          label="数据栈"
          name="dataStack"
          v-if="showDataStack"
        >
        <el-tab-pane label="数据栈" name="dataStack" v-if="showDataStack">
          <div class="local-vedio-area">
            <!-- 搜索 -->
            <div class="search-input">
@@ -312,7 +307,8 @@
} from "@/api/camera";
import bus from "@/plugin/bus"
import TreeMenu from "@/components/treeMenu/index";
// import TreeMenu from "@/components/treeMenu/index";
import TreeMenu from "@/components/giantTree/index";
import LocalVedioList from '@/components/subComponents/LocalVedioList';
import FileUpload from '@/components/subComponents/FileUpload/index';
import XLSX from 'xlsx'
@@ -532,7 +528,7 @@
        if (type === "camera") {
          this.TreeDataPool.fetchTreeData();
        }
        if(type === "cluster"){
        if (type === "cluster") {
          this.TreeDataPool.fetchClusterTree();
        }
        if (type === "dir") {