From a569ffa003a73dabde24cc5042bc085981f71a0d Mon Sep 17 00:00:00 2001 From: Bai Date: Thu, 2 Feb 2023 15:18:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=89=80=E6=9C=89=E8=B5=84=E4=BA=A7?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E9=A1=B5=E9=9D=A2=E4=B8=8D=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=AF=BC=E5=85=A5,=20=E8=A7=A3=E5=86=B3?= =?UTF-8?q?=E5=AF=BC=E5=85=A5=E5=85=B6=E4=BB=96=E7=B1=BB=E5=9E=8B=E7=9A=84?= =?UTF-8?q?=E8=B5=84=E4=BA=A7=E6=97=B6=E5=AF=B9=E8=B1=A1=E4=B8=8D=E5=AD=98?= =?UTF-8?q?=E5=9C=A8=E7=9A=84=E9=97=AE=E9=A2=98(=E5=9B=A0=E4=B8=BA?= =?UTF-8?q?=E5=90=8E=E7=AB=AF=E6=B2=A1=E6=9C=89=E4=BF=9D=E5=AD=98=E5=88=B0?= =?UTF-8?q?=20Database,Host=20=E8=A1=A8=E4=B8=AD)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/assets/Asset/AssetList/AllList.vue | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/views/assets/Asset/AssetList/AllList.vue b/src/views/assets/Asset/AssetList/AllList.vue index ce5630849..48c727dc1 100644 --- a/src/views/assets/Asset/AssetList/AllList.vue +++ b/src/views/assets/Asset/AssetList/AllList.vue @@ -51,13 +51,7 @@ export default { category: 'all' }, headerActions: { - handleImportClick: ({ selectedRows }) => { - this.$eventBus.$emit('showImportDialog', { - selectedRows, - url: tableUrl, - name: this?.name - }) - } + hasImport: false }, addExtraMoreActions: [ {