MaiXinRong 1 godzinę temu
rodzic
commit
8ab3a438fb
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      app/lib/rm/safe_stage.js

+ 1 - 0
app/lib/rm/safe_stage.js

@@ -20,6 +20,7 @@ class rptMemChange extends RptMemBase {
     async doCheckSafeStage(stage_id) {
         if (this.ctx.safeStage) return;
         this.ctx.safeStage = await this.ctx.service.safeStage.getDataById(stage_id);
+        await this.ctx.service.safeStage.doCheckStage(this.ctx.safeStage);
     }
 
     async doCheckTender(tenderId) {