MaiXinRong hai 5 meses
pai
achega
8ab3a438fb
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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) {