|
@@ -278,6 +278,11 @@ export default {
|
|
let icon ='sj' + '-' + 'icon' + '-' + data.type.replaceAll("_", "-").replaceAll("@", "-");
|
|
let icon ='sj' + '-' + 'icon' + '-' + data.type.replaceAll("_", "-").replaceAll("@", "-");
|
|
console.log("icon_" + (index + 1) + "=", icon);
|
|
console.log("icon_" + (index + 1) + "=", icon);
|
|
that.$set(that.resourcesList[index], 'icon', icon);
|
|
that.$set(that.resourcesList[index], 'icon', icon);
|
|
|
|
+
|
|
|
|
+ // v-on:click="fireControlViewPoint(item.type)">
|
|
|
|
+ if(index < 5){
|
|
|
|
+ that.fireControlViewPoint(data.type);
|
|
|
|
+ }
|
|
})
|
|
})
|
|
// console.log(JSON.stringify(res.data));
|
|
// console.log(JSON.stringify(res.data));
|
|
})
|
|
})
|