Browse Source

update 提交教材推荐提交

cehn 9 months ago
parent
commit
8dd34fa643

+ 3 - 3
projects/textbook/src/app/textbook/textbook.component.ts

@@ -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) {

+ 1 - 1
projects/textbook/src/modules/nav-province-contact/submitted/submitted.component.html

@@ -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>