fix: 修复批量更新资产网域报错问题

This commit is contained in:
“huailei000”
2023-02-03 14:55:53 +08:00
committed by huailei
parent 0d69a3ee9a
commit 39fa5bb997

View File

@@ -44,6 +44,13 @@ export default {
ajax: {
url: '/api/v1/assets/domains/'
}
},
on: {
change: ([event], updateForm) => {
if (!event?.pk) {
updateForm({ domain: '' })
}
}
}
},
labels: {