Skip to content
Zhenfei You edited this page Mar 22, 2015 · 2 revisions

###base-result.js

  • beforeCreate
    • 检查验证规则,例如要求学号验证的,必须验证学号
    • 检查该用户是否已经提交,不能重复提交

###vote-result.js

  • beforeCreate
    • 检查是否达到最大票数限制
  • afterCreate
    • 提交的时候,更新count

###form-result.js

  • downloadXls
    • 下载excel格式的结果
  • downloadPdf
    • 下载pdf格式的结果
Clone this wiki locally