ソースを参照

修复层次变更初审导出js问题

sugangqiang 1 年間 前
コミット
1e7dcba7f3
1 ファイル変更1 行追加1 行削除
  1. 1 1
      app/admin/view/talent_type_change/fst_verify.html

+ 1 - 1
app/admin/view/talent_type_change/fst_verify.html

@@ -189,7 +189,7 @@
                             </button>
                             {/if}
                             {if condition="chkCommission('/admin/talentTypeChange/firstExport','/talentTypeChange/firstExport')"}
-                            <button type="button" class="btn btn-sm btn-primary " onclick="TalentTypeChange.showExportModal(1)" id="">
+                            <button type="button" class="btn btn-sm btn-primary " onclick="TalentTypeChange.export(1)" id="">
                                 <i class="fa fa-file-excel-o"></i>&nbsp;导出
                             </button>
                             {/if}