|
@@ -166,7 +166,6 @@ export class SysRwOrgListComponent implements OnInit {
|
|
|
|
|
|
saveNode(saveOperation: string) {
|
|
|
this.selectedNode = this.baseTree.getSelectedNodeList()[0];
|
|
|
- debugger
|
|
|
this.baseFormSf.setValue('/modifydate', new Date());
|
|
|
this.selectedNode.origin = { ...this.baseFormSf.value };
|
|
|
this.cd.markForCheck();
|