Browse Source

台账修订,加载计算数据报错

MaiXinRong 4 years ago
parent
commit
e7c06ae8bb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/controller/revise_controller.js

+ 1 - 1
app/controller/revise_controller.js

@@ -931,7 +931,7 @@ module.exports = app => {
                     }
                 } else {
                     const ncd = {id: pd.id};
-                    ncd[relaId] = cd[relaId];
+                    ncd[relaId] = pd[relaId];
                     for (const f of fields) {
                         ncd[prefix + f] = pd[f];
                     }