浏览代码

提醒更新

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;
     }