Browse Source

提醒更新

laiguoran 4 years ago
parent
commit
25a79fe53c
1 changed files with 2 additions and 2 deletions
  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;
     }