GetMdOrgParentField.js 278 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;
    }
}