|
@@ -365,6 +365,12 @@ export class PTopoScene extends SBaseEditScene {
|
|
|
* @param itemList? SGraphEdit[] 如果不传入默认使用选择器中选中得item
|
|
|
*/
|
|
|
updateStyle(styleType: string, changeStyle: any, itemList?: SGraphEdit[]): void {
|
|
|
+ console.log('------------>');
|
|
|
+ console.log(styleType);
|
|
|
+ console.log(changeStyle);
|
|
|
+ console.log(itemList);
|
|
|
+ console.log('------------>');
|
|
|
+
|
|
|
|
|
|
let List = null;
|
|
|
if (itemList && itemList.length) {
|