fuyu
2023-01-05 c2c5fc25aa9e92a0ab8ebcea4e01a176359d2f78
1
2
3
4
5
6
7
8
9
({
    myAction : function(component, event, helper) {
 
    },
    doInit : function(cmp, event, helper) {
        // 设置明细页表格的构造
        helper.getFrameNumManage(cmp);
    }
})