4.5.0-publish
This commit is contained in:
parent
703c5a424b
commit
dc3f71773a
|
|
@ -1259,7 +1259,6 @@ class SingleNode extends Node {
|
|||
this.saveRefreshResult(result.data);
|
||||
this.setFiltersAndSortedApplied();
|
||||
this.endLoading();
|
||||
this.publish();
|
||||
//this.clean();
|
||||
});
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1262,7 +1262,6 @@ class SingleNode extends Node {
|
|||
this.saveRefreshResult(result.data);
|
||||
this.setFiltersAndSortedApplied();
|
||||
this.endLoading();
|
||||
this.publish();
|
||||
//this.clean();
|
||||
});
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "oak-frontend-base",
|
||||
"version": "4.4.3",
|
||||
"version": "4.5.0",
|
||||
"description": "oak框架中前端与业务逻辑无关的平台部分",
|
||||
"author": {
|
||||
"name": "XuChang"
|
||||
|
|
@ -21,9 +21,9 @@
|
|||
"history": "^5.3.0",
|
||||
"i18n-js": "^4.3.0",
|
||||
"node-schedule": "^2.1.1",
|
||||
"oak-common-aspect": "file:../oak-common-aspect",
|
||||
"oak-domain": "file:../oak-domain",
|
||||
"oak-memory-tree-store": "file:../oak-memory-tree-store",
|
||||
"oak-common-aspect": "^2.3.1",
|
||||
"oak-domain": "^4.5.0",
|
||||
"oak-memory-tree-store": "^3.2.0",
|
||||
"ol": "^7.3.0",
|
||||
"react-native-device-info": "^10.12.0",
|
||||
"react-native-localize": "^3.0.4",
|
||||
|
|
|
|||
|
|
@ -1512,7 +1512,6 @@ class SingleNode<ED extends EntityDict & BaseEntityDict,
|
|||
this.saveRefreshResult(result.data);
|
||||
this.setFiltersAndSortedApplied();
|
||||
this.endLoading();
|
||||
this.publish();
|
||||
//this.clean();
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue