mirror of
https://github.com/jumpserver/lina.git
synced 2026-01-19 08:16:42 +00:00
fix: 修复批量更新资产网域报错问题
This commit is contained in:
@@ -44,6 +44,13 @@ export default {
|
||||
ajax: {
|
||||
url: '/api/v1/assets/domains/'
|
||||
}
|
||||
},
|
||||
on: {
|
||||
change: ([event], updateForm) => {
|
||||
if (!event?.pk) {
|
||||
updateForm({ domain: '' })
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
labels: {
|
||||
|
||||
Reference in New Issue
Block a user