haogh 6 月之前
父节点
当前提交
8ae9083b09
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/app/routes/art/score/score-first-ym/score-first-ym.component.ts

+ 1 - 0
src/app/routes/art/score/score-first-ym/score-first-ym.component.ts

@@ -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
     });