瀏覽代碼

Merge branch 'master' of http://192.168.1.41:3000/maixinrong/Calculation

MaiXinRong 5 年之前
父節點
當前提交
c4617ae10c
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      app/public/js/stage_im.js

+ 4 - 0
app/public/js/stage_im.js

@@ -815,6 +815,8 @@ const stageIm = (function () {
                     return imFields.indexOf(key) > -1 && !_.isUndefined(sV) && !_.isNull(sV) ? sV : oV;
                 });
                 detail.custom_define = d.custom_define;
+                detail.calc_img = d.calc_img;
+                detail.calc_img_org = d.calc_img_org;
             } else {
                 details.push(d);
             }
@@ -833,6 +835,8 @@ const stageIm = (function () {
                 _.assignInWith(imData, d, function (oV, sV, key) {
                     return imFields.indexOf(key) > -1 && !_.isUndefined(sV) && !_.isNull(sV) ? sV : oV;
                 });
+                imData.calc_img = d.calc_img;
+                imData.calc_img_org = d.calc_img_org;
             }
         }
     }