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) {
         if (!rst) {
             // 还有原报需要检测
             // 还有原报需要检测
             for (const stg_ort_rpt of STAGE_LIST) {
             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) {
                     if (stg_ort_rpt.status === 3) {
                         rst = true;
                         rst = true;
                     } else {
                     } else {