fix http rpc bug
This commit is contained in:
parent
55115f13ab
commit
e5a9454ae2
|
@ -17,7 +17,7 @@
|
|||
};
|
||||
|
||||
return $http(requestContext).success(function (data, header, config, status) {
|
||||
if (!data || !data.result) {
|
||||
if (!data) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue