注释clean()

This commit is contained in:
wangwenchen 2023-07-10 19:17:37 +08:00
parent 5c653ff727
commit c701849016
2 changed files with 3 additions and 3 deletions

View File

@ -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];

View File

@ -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;