ソースを参照

修复上报bug

laiguoran 5 年 前
コミット
b307e0aaa1
1 ファイル変更1 行追加1 行削除
  1. 1 1
      app/public/js/stage_audit.js

+ 1 - 1
app/public/js/stage_audit.js

@@ -156,7 +156,7 @@ $(document).ready(function () {
 // 检查上报情况
 function checkAuditorFrom () {
     if ($('#auditors li').length === 0) {
-        toast.error('请先选择审批人,再上报数据');
+        toastr.error('请先选择审批人,再上报数据');
         return false;
     }
     $('#hide-all').show();