mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-13 19:35:24 +00:00
fix: 所有资产列表页面不支持文件导入, 解决导入其他类型的资产时对象不存在的问题(因为后端没有保存到 Database,Host 表中)
This commit is contained in:
@@ -51,13 +51,7 @@ export default {
|
||||
category: 'all'
|
||||
},
|
||||
headerActions: {
|
||||
handleImportClick: ({ selectedRows }) => {
|
||||
this.$eventBus.$emit('showImportDialog', {
|
||||
selectedRows,
|
||||
url: tableUrl,
|
||||
name: this?.name
|
||||
})
|
||||
}
|
||||
hasImport: false
|
||||
},
|
||||
addExtraMoreActions: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user