소스 검색

提醒更新

laiguoran 4 년 전
부모
커밋
25a79fe53c
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      app/public/js/material_audit.js

+ 2 - 2
app/public/js/material_audit.js

@@ -185,9 +185,9 @@ $(document).ready(function () {
 function checkAuditorFrom () {
     if ($('#auditors li').length === 0) {
         if(shenpi_status === shenpiConst.sp_status.gdspl) {
-            toast('请联系管理员添加审批人', 'error', 'exclamation-circle');
+            toastr.err('请联系管理员添加审批人');
         } else {
-            toast('请先选择审批人,再上报数据', 'error', 'exclamation-circle');
+            toastr.err('请先选择审批人,再上报数据');
         }
         return false;
     }