提交代码
parent
8480ad4a56
commit
73ff660783
|
@ -189,7 +189,7 @@ function actorVisible(that) {
|
||||||
let modelId = featureId.split("^")[0];
|
let modelId = featureId.split("^")[0];
|
||||||
api.Feature.setVisible(featureId, false);
|
api.Feature.setVisible(featureId, false);
|
||||||
that.hideFeatureIds.push({
|
that.hideFeatureIds.push({
|
||||||
hide:true,
|
show:false,
|
||||||
id:featureId.split("^")[1],
|
id:featureId.split("^")[1],
|
||||||
modelId:modelId,
|
modelId:modelId,
|
||||||
featureId:featureId
|
featureId:featureId
|
||||||
|
|
Loading…
Reference in New Issue