|
@@ -28,6 +28,7 @@ export class ScoreFirstYmComponent extends FramePageComponent implements OnInit
|
|
|
doUploaFile() {
|
|
|
ModalService.showUploadWindow(this.bsService, './score/ymfirst/upload.htm', {}, {
|
|
|
uploadTitle: '初试成绩',
|
|
|
+ templateFile:'模版-成绩发布.xls',
|
|
|
uploadCallback: this.uploadWithThreadCallback.bind(this),
|
|
|
autoClose: true
|
|
|
});
|