mirror of
https://github.com/esiur/esiur-js.git
synced 2025-05-06 04:22:58 +00:00
query error
This commit is contained in:
parent
b198101e2d
commit
e64368b213
@ -2374,10 +2374,10 @@ export default class DistributedConnection extends IStore {
|
|||||||
let dataType = ar[0];
|
let dataType = ar[0];
|
||||||
let data = ar[1];
|
let data = ar[1];
|
||||||
|
|
||||||
Codec.parse(data, 0, self, null, dataType).reply.then((resources) => {
|
Codec.parse(data, 0, self, null, dataType)
|
||||||
|
.reply.then((resources) => {
|
||||||
reply.trigger((resources))
|
reply.trigger((resources))
|
||||||
}
|
}).error((ex) => reply.triggerError(ex));
|
||||||
).error((ex) => reply.triggerError(ex));
|
|
||||||
|
|
||||||
}).error(function (ex) {
|
}).error(function (ex) {
|
||||||
reply.triggerError(ex);
|
reply.triggerError(ex);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user