Explorar el Código

Merge branch 'dev' of http://192.168.1.41:3000/maixinrong/Calculation into dev

# Conflicts:
#	app/controller/report_archive_controller.js
TonyKang hace 4 años
padre
commit
61e10c67bf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/controller/report_archive_controller.js

+ 1 - 1
app/controller/report_archive_controller.js

@@ -413,7 +413,7 @@ module.exports = app => {
          */
         async signReport(ctx) {
             const tender = ctx.tender;
-            const stage = ctx.stage;
+            let stage = ctx.stage;
             let stage_id = -1;
             let stage_order = -1;
             let stage_times = -1;