TakeOutBaseDataOne.js 254 Bytes
Newer Older
wangcong committed
1 2 3 4 5 6 7 8 9 10
// 根据基础数据某项值带出相关的数据
export default {
    execute:function(){
        console.log("进入获取当前登录组织机构名称");
      
    },
    getResultType:function(){
        return FMR.ConstDataTypes.General;
    }
}