Tony Kang 2 年 前
コミット
e5c55c6805
1 ファイル変更1 行追加1 行削除
  1. 1 1
      app/public/report/js/rpt_signature.js

+ 1 - 1
app/public/report/js/rpt_signature.js

@@ -864,7 +864,7 @@ let rptSignatureHelper = {
         if (!rst) {
             // 还有原报需要检测
             for (const stg_ort_rpt of STAGE_LIST) {
-                if (role_rel.acc_id === stg_ort_rpt.aid) {
+                if (role_rel.acc_id === stg_ort_rpt.user_id) {
                     if (stg_ort_rpt.status === 3) {
                         rst = true;
                     } else {