|
|
@@ -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) {
|