Browse Source

附件相关

MaiXinRong 3 năm trước cách đây
mục cha
commit
76e5966472
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      app/public/js/stage_im.js

+ 2 - 2
app/public/js/stage_im.js

@@ -594,7 +594,7 @@ const stageIm = (function () {
                 lIndex: nodeIndex,
                 custom_define: [],
                 source: [{id: node.ledger_id, code: node.code, b_code: node.b_code}],
-                im_type: imType.zl.value,
+                im_type: imType.tz.value,
             };
             if (stage.im_gather && node.check) {
                 im.bw = getZlGatherBw(node, peg);
@@ -1067,7 +1067,7 @@ const stageIm = (function () {
                     return !_.isUndefined(sV) ? sV : oV;
                 });
             } else {
-                details.push(d);
+                detailsAtt.push(d);
             }
             let imData = _.find(ImData, {lid: d.lid, att_uuid: d.uuid});
             if (!imData) {