Browse Source

计量台账,附件,替换文件问题

MaiXinRong 4 năm trước cách đây
mục cha
commit
0e55c941ac
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/controller/stage_controller.js

+ 1 - 1
app/controller/stage_controller.js

@@ -1513,7 +1513,7 @@ module.exports = app => {
             };
             let stream;
             try {
-                this._checkStageCanModifyRe(ctx);
+                // this._checkStageCanModifyRe(ctx);
                 stream = await ctx.getFileStream({ requireFile: false });
                 let fileData = {};
                 if (stream.filename !== undefined) {