fix: 所有资产列表页面不支持文件导入, 解决导入其他类型的资产时对象不存在的问题(因为后端没有保存到 Database,Host 表中)

This commit is contained in:
Bai
2023-02-02 15:18:58 +08:00
committed by Jiangjie.Bai
parent 1ea52433d5
commit a569ffa003

View File

@@ -51,13 +51,7 @@ export default {
category: 'all'
},
headerActions: {
handleImportClick: ({ selectedRows }) => {
this.$eventBus.$emit('showImportDialog', {
selectedRows,
url: tableUrl,
name: this?.name
})
}
hasImport: false
},
addExtraMoreActions: [
{