| | |
| | | size="small" |
| | | clearable |
| | | @input="querySearchAsync('dir')" |
| | | :style="'width:103px;'" |
| | | :style="'width:120px;'" |
| | | > |
| | | <i |
| | | class="el-icon-search el-input__icon" |
| | |
| | | this.TreeDataPool.fetchClusterTree(); |
| | | findCluster().then(res => { |
| | | if (res.success) { |
| | | debugger |
| | | this.clusterName = res.data.clusterName; |
| | | } |
| | | |
| | |
| | | this.timeout = setTimeout(() => { |
| | | if (type === "camera") { |
| | | this.TreeDataPool.fetchTreeData(); |
| | | } |
| | | if(type === "cluster"){ |
| | | this.TreeDataPool.fetchClusterTree(); |
| | | } |
| | | if (type === "dir") { |
| | | this.DataStackPool.fetchFiles(); |
| | |
| | | } |
| | | |
| | | .tree-edit { |
| | | z-index: 1; |
| | | z-index: 2; |
| | | font-size: 16px; |
| | | position: absolute; |
| | | top: 56px; |