fix:assetmeta option不能删除的问题 以及option可以为空的问题

This commit is contained in:
zhangyu
2021-03-25 16:10:35 +08:00
parent d6b5a58d4b
commit aefafab313
5 changed files with 38 additions and 28 deletions

View File

@@ -468,13 +468,13 @@ export const tableSet = {
}
break
}
case 'id': break
case 'startAt': {
if (from === 'alertSilence') {
return false
}
break
}
case 'id':
case 'alertRule':
case 'severity':
case 'endAt':