fix: 修复资产账号导出条数不准确问题

This commit is contained in:
“怀磊”
2022-02-16 15:03:30 +08:00
committed by Jiangjie.Bai
parent e7bdf6276d
commit 9c6281cf02
2 changed files with 17 additions and 16 deletions

View File

@@ -161,6 +161,7 @@ export default {
watch: {
url(iNew) {
this.$set(this.tableConfig, 'url', iNew)
this.$set(this.headerActions.exportOptions, 'url', iNew.replace('/accounts/', '/account-secrets/'))
}
},
mounted() {