Browse Source

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

Tony Kang 1 year ago
parent
commit
2a6965afac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/controller/change_controller.js

+ 1 - 1
app/controller/change_controller.js

@@ -1427,7 +1427,7 @@ module.exports = app => {
                     edit = false;
                     revising = true;
                 }
-                const renderData = await this._getDefaultReviseInfoData(ctx, change, edit);
+                const renderData = await this._getDefaultReviseInfoData(ctx, change, !edit);
                 // 台账只读、使用数据
                 renderData.readOnly = !edit;
                 renderData.changing = changing;