Commit ea7a75af by 李乾广

修改bug

1 parent 02945380
...@@ -108,7 +108,8 @@ export default { ...@@ -108,7 +108,8 @@ export default {
} }
const clickItem = function(data){ const clickItem = function(data){
clusterResultApi.getBodyPoint({'feature_url':data.features_url}).then((r) => { clusterResultApi.getBodyPoint({'feature_url':data.features_url}).then((r) => {
imgModelRef.value.initDialog(data.picture_url,r.data); // imgModelRef.value.initDialog(data.picture_url,r.data);
imgModelRef.value.initDialog(data.unid?data.unid:'', data.picture_url, r.data);
}) })
} }
const onCancel = () => { const onCancel = () => {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!