Browse Source

graph,big,版本升级

haojianlong 4 năm trước cách đây
mục cha
commit
e4adca7ca4
2 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 2 2
      persagy-web-big/package.json
  2. 1 1
      persagy-web-graph/src/SGraphItem.ts

+ 2 - 2
persagy-web-big/package.json

@@ -1,6 +1,6 @@
 {
     "name": "@persagy-web/big",
-    "version": "2.2.30",
+    "version": "2.2.31",
     "description": "博锐尚格建筑信息化库",
     "main": "lib/index.js",
     "types": "lib/index.d.js",
@@ -41,7 +41,7 @@
         "typescript": "^3.9.3"
     },
     "dependencies": {
-        "@persagy-web/graph": "2.2.31",
+        "@persagy-web/graph": "2.2.32",
         "axios": "^0.18.0",
         "pako": "^1.0.10",
         "crypto-js": "^4.0.0",

+ 1 - 1
persagy-web-graph/src/SGraphItem.ts

@@ -453,7 +453,7 @@ export class SGraphItem extends SObject {
                 return true;
             }
         }
-
+        this.$emit("onDoubleClick", event);
         return false;
     }