|
@@ -456,13 +456,13 @@ export class TextbookComponent implements OnInit {
|
|
} catch (err) {}
|
|
} catch (err) {}
|
|
}
|
|
}
|
|
this.onAllChecked(false)
|
|
this.onAllChecked(false)
|
|
|
|
+ if (this.filterObj?.btns?.verify) {
|
|
|
|
+ history.go();
|
|
|
|
+ }
|
|
},
|
|
},
|
|
nzCancelText: '取消',
|
|
nzCancelText: '取消',
|
|
nzOnCancel: () => console.log('Cancel'),
|
|
nzOnCancel: () => console.log('Cancel'),
|
|
});
|
|
});
|
|
- if (this.filterObj?.btns?.verify) {
|
|
|
|
- history.go();
|
|
|
|
- }
|
|
|
|
}
|
|
}
|
|
//提交教材
|
|
//提交教材
|
|
async submit(data?: Parse.Object) {
|
|
async submit(data?: Parse.Object) {
|