|
@@ -204,7 +204,7 @@ export default {
|
|
|
// 同步样式
|
|
|
linkStyle(itemList) {
|
|
|
const item = itemList[0];
|
|
|
- console.log("item", item.legendData.properties.classCode);
|
|
|
+ // console.log("item", item.legendData.properties.classCode);
|
|
|
this.EquipMsgItem = null;
|
|
|
this.items = null;
|
|
|
this.isSvg = false;
|