注释clean()
This commit is contained in:
parent
5c653ff727
commit
c701849016
|
|
@ -1401,7 +1401,7 @@ var SingleNode = /** @class */ (function (_super) {
|
|||
_this.aggr = aggr && aggr[0];
|
||||
_this.setFiltersAndSortedApplied();
|
||||
_this.setLoading(false);
|
||||
_this.clean();
|
||||
//_this.clean();
|
||||
})];
|
||||
case 2:
|
||||
_b = tslib_1.__read.apply(void 0, [(_c.sent()).data, 1]), value = _b[0];
|
||||
|
|
|
|||
|
|
@ -1479,7 +1479,7 @@ class SingleNode<ED extends EntityDict & BaseEntityDict,
|
|||
this.aggr = aggr && aggr[0];
|
||||
this.setFiltersAndSortedApplied();
|
||||
this.setLoading(false);
|
||||
this.clean();
|
||||
//this.clean();
|
||||
});
|
||||
// 对于modi对象,在此缓存modiIds
|
||||
if (this.schema[this.entity].toModi && value) {
|
||||
|
|
@ -2338,7 +2338,7 @@ export class RunningTree<
|
|||
node.setExecuting(false);
|
||||
await node.doAfterTrigger();
|
||||
|
||||
return { message: 'No Operation'};
|
||||
return { message: 'No Operation' };
|
||||
} catch (err) {
|
||||
node.setExecuting(false);
|
||||
throw err;
|
||||
|
|
|
|||
Loading…
Reference in New Issue