|
@@ -250,7 +250,8 @@ export class AttachmentComponent implements OnInit {
|
|
if (isComplete) {
|
|
if (isComplete) {
|
|
this.msg.success('已填写完成')
|
|
this.msg.success('已填写完成')
|
|
}
|
|
}
|
|
- this.router.navigate(['/nav-author/manage/space'])
|
|
|
|
|
|
+ // this.router.navigate(['/nav-author/manage/space'])
|
|
|
|
+ history.back();
|
|
} else if (event == 'save') {
|
|
} else if (event == 'save') {
|
|
this.modal.success({
|
|
this.modal.success({
|
|
nzTitle: '保存成功',
|
|
nzTitle: '保存成功',
|