GetUserStaff.js 281 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;
    }
}