From c9ec67cc50cc61ed3e6df32f68e02f5568ee4562 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Chuailei000=E2=80=9D?= <2280131253@qq.com> Date: Wed, 14 Jun 2023 19:01:17 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BC=98=E5=8C=96=E5=B9=B3=E5=8F=B0?= =?UTF-8?q?=E5=88=97=E8=A1=A8tab=E9=A1=B5=E7=82=B9=E5=87=BB=E5=AF=BC?= =?UTF-8?q?=E5=87=BA=E4=BC=9A=E5=AF=BC=E5=87=BA=E5=85=A8=E9=83=A8=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/assets/Platform/PlatformList.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/assets/Platform/PlatformList.vue b/src/views/assets/Platform/PlatformList.vue index fef90f103..29a9727ac 100644 --- a/src/views/assets/Platform/PlatformList.vue +++ b/src/views/assets/Platform/PlatformList.vue @@ -97,6 +97,9 @@ export default { name: this?.name }) }, + exportOptions: { + url: vm.url + }, moreCreates: { callback: (item) => { this.$router.push({ @@ -127,6 +130,7 @@ export default { methods: { changeMoreCreates() { this.tableConfig.url = this.url + this.headerActions.exportOptions.url = this.url this.headerActions.moreCreates.dropdown = this.$store.state.assets.assetCategoriesDropdown.filter(item => { return item.category === this.tab.activeMenu })