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) {
|
return $http(requestContext).success(function (data, header, config, status) {
|
||||||
if (!data || !data.result) {
|
if (!data) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue