黄千龙
2023-03-08 ca1c0956ec5d16a44bd0a2c10e0e49db37c0fb32
force-app/main/default/aura/AttachmentDisplay/AttachmentDisplayController.js
@@ -4,6 +4,12 @@
    },
    doInit : function(cmp, event, helper) {
        // 设置明细页表格的构造
        console.log('hello zhj');
        helper.getFrameNumManage(cmp);
    }
    },
    //20230302 进口单证改造 fy start
    rebackDNListPage: function(cmp, event, helper) {
        helper.rebackDNListPage(cmp);
    },
    //20230302 进口单证改造 fy end
})