laiguoran 4 vuotta sitten
vanhempi
commit
25a79fe53c
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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;
     }