@@ -456,13 +456,13 @@ export class TextbookComponent implements OnInit {
} catch (err) {}
}
this.onAllChecked(false)
+ if (this.filterObj?.btns?.verify) {
+ history.go();
+ }
},
nzCancelText: '取消',
nzOnCancel: () => console.log('Cancel'),
});
- if (this.filterObj?.btns?.verify) {
- history.go();
- }
//提交教材
async submit(data?: Parse.Object) {
@@ -17,8 +17,8 @@
</nz-page-header>
<div class="steps">
<nz-steps [nzCurrent]="state">
+ <nz-step nzTitle="导出申报书及附件" nzDescription=""></nz-step>
<nz-step nzTitle="导出推荐汇总表" nzDescription=""></nz-step>
- <nz-step nzTitle="导出公示教材列表" nzDescription=""></nz-step>
<nz-step nzTitle="完成报送" nzDescription=""></nz-step>
</nz-steps>
</div>