@@ -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"
}
@@ -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;