SOCDetailGroupScoreAttachmentList.js 77 B

123
  1. function downLoad(rowIndex, rowData) {
  2. window.open(rowData.FileUrl);
  3. }