|
|
@@ -250,11 +250,12 @@
|
|
|
}
|
|
|
return cur;
|
|
|
}, this.memoSelection.slice(0));
|
|
|
- if (this.bizScene == 5) {
|
|
|
- this._getAssetLedger();
|
|
|
- } else {
|
|
|
- this._getInformation();
|
|
|
- }
|
|
|
+ this._getInformation();
|
|
|
+ // if (this.bizScene == 5) {
|
|
|
+ // this._getAssetLedger();
|
|
|
+ // } else {
|
|
|
+ // this._getInformation();
|
|
|
+ // }
|
|
|
},
|
|
|
async _getInformation() {
|
|
|
const params = {
|