|
@@ -32,7 +32,7 @@ import { SGraphItem, SGraphSelectContainer, SOrderSetType } from "@persagy-web/g
|
|
|
import { uuid } from "./until";
|
|
|
import { SBaseArrow, SBaseEquipment, SBaseExpainEdit, SBasePipeUninTool, SBasePipe } from "./"
|
|
|
import { SBaseArrowPolyEdit } from './items/SBaseArrowPolyEdit';
|
|
|
-import { SGraphAddListCommand } from '../edit/commands/SGraphAddListCommand';
|
|
|
+import { SGraphAddListCommand } from '@persagy-web/edit/lib/commands/SGraphAddListCommand';
|
|
|
|
|
|
/**
|
|
|
* big-edit 场景
|
|
@@ -502,7 +502,7 @@ export class SBaseEditScene extends SGraphEditScene {
|
|
|
* @parm type 设置类型
|
|
|
*/
|
|
|
setOrder(type: string) {
|
|
|
- this.selectContainer.setOrder(SOrderSetType.[type])
|
|
|
+ this.selectContainer.setOrder(SOrderSetType[type])
|
|
|
}
|
|
|
|
|
|
/**
|