소스 검색

草图图片bug修复

laiguoran 5 년 전
부모
커밋
c77373cdd5
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;
             }
         }
     }