Commit dc8e3869 authored by 田翔's avatar 田翔

fix: 问题修复

parent 26a41644
{ {
"name": "panda-xform", "name": "panda-xform",
"version": "4.6.9", "version": "4.7.0",
"description": "4.6.9 参数修复", "description": "4.7.0 设备选择只读形态",
"keywords": [ "keywords": [
"panda-xform" "panda-xform"
], ],
...@@ -53,9 +53,9 @@ ...@@ -53,9 +53,9 @@
"@babel/plugin-syntax-jsx": "^7.12.13", "@babel/plugin-syntax-jsx": "^7.12.13",
"@babel/plugin-transform-modules-amd": "^7.14.5", "@babel/plugin-transform-modules-amd": "^7.14.5",
"@umijs/fabric": "^2.0.7", "@umijs/fabric": "^2.0.7",
"@wisdom-map/amap": "1.1.0-beta.45", "@wisdom-map/amap": "1.1.0-beta.56",
"@wisdom-map/arcgismap": "1.4.0-158", "@wisdom-map/arcgismap": "1.4.0-177",
"@wisdom-map/basemap": "1.1.0-24", "@wisdom-map/basemap": "1.1.0-27",
"babel-loader": "^8.2.2", "babel-loader": "^8.2.2",
"babel-plugin-import": "^1.13.3", "babel-plugin-import": "^1.13.3",
"check-prettier": "^1.0.3", "check-prettier": "^1.0.3",
......
...@@ -42,6 +42,7 @@ const Device = (props) => { ...@@ -42,6 +42,7 @@ const Device = (props) => {
offsetX: -150, offsetX: -150,
offsetY: -310, offsetY: -310,
continuous: true, continuous: true,
onlyWhatch: disabled,
...obj, ...obj,
callback: ({ clickPoint, matchPoint, data }) => { callback: ({ clickPoint, matchPoint, data }) => {
gisInfo = {} gisInfo = {}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment