|
@@ -85,7 +85,7 @@
|
|
|
<div class="i-list-con h-27" style="padding-left: 1rem;">
|
|
|
|
|
|
<div class="d-l-con-icon">
|
|
|
- <div class="icon-con" :class="{on:iconCurrentIndex==item.resourceTable}"
|
|
|
+ <div class="icon-con" :class="{on:iconCurrentIndex==item.type}"
|
|
|
v-for="(item,index) in resourcesList" v-on:click="fireControlViewPoint(item.type, '')">
|
|
|
<!--v-on:click="selectResourcesByLabel(item.label)">-->
|
|
|
<!--v-on:click="indentleftSetMarkers(item.resourceTable)">-->
|
|
@@ -689,6 +689,7 @@
|
|
|
});
|
|
|
},
|
|
|
fireControlViewPoint(resourceTable, name) {
|
|
|
+ this.iconCurrentIndex = resourceTable;
|
|
|
// 搜索框
|
|
|
if (name == "" || name == null || name == undefined) {
|
|
|
name = "";
|