flowInterfaces icon indicating copy to clipboard operation
flowInterfaces copied to clipboard

fix:The parameters of the Ajax callback function should be optional.

Open linyongkangm opened this issue 7 years ago • 0 comments

I only need 'data'.

$.ajax({
    success:function(data){
        doSometing(data);
    }
});

linyongkangm avatar Apr 04 '18 15:04 linyongkangm