Selaa lähdekoodia

修改折线默认状态为查看

haojianlong 5 vuotta sitten
vanhempi
commit
74cab9f63c
2 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 2 2
      saga-web-big/package.json
  2. 1 1
      saga-web-big/src/items/SPolylineItem.ts

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

@@ -1,6 +1,6 @@
 {
     "name": "@saga-web/big",
-    "version": "1.0.39",
+    "version": "1.0.40",
     "description": "上格云建筑信息化库",
     "main": "lib/index.js",
     "types": "lib/index.d.js",
@@ -42,6 +42,6 @@
         "typescript": "^3.9.3"
     },
     "dependencies": {
-        "@saga-web/graph": "2.1.81"
+        "@saga-web/graph": "2.1.82"
     }
 }

+ 1 - 1
saga-web-big/src/items/SPolylineItem.ts

@@ -26,7 +26,7 @@ export class SPolylineItem extends SGraphItem {
     /** 折点信息    */
     pointList: SPoint[] = [];
     /** 是否绘制完成  */
-    _status: SItemStatus = SItemStatus.Create;
+    _status: SItemStatus = SItemStatus.Normal;
     get status(): SItemStatus {
         return this._status;
     }