pages/mLedger/ledgerhistory/ledgerhistory.js
@@ -64,7 +64,6 @@ onLoad(options) { var that = this this.initTime() this.getRecord() this.getOpenerEventChannel().on('acceptDataFromOpenerPage', function (data) { let ledgerMap = new Map() data.tabList.forEach(t => { @@ -77,6 +76,7 @@ that.setData({ ledgerMap }) that.getRecord() }) },