|
@@ -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;
|