Merge pull request #4105 from jumpserver/pr@dev@fix_auto_tarnsform

fixed: Fixed an issue where the message subscription page would not be automatically checked
This commit is contained in:
ZhaoJiSen
2024-06-25 10:33:09 +08:00
committed by GitHub

View File

@@ -68,7 +68,8 @@ export default {
return results
},
selectedData: [],
showClearBtn: true
showClearBtn: true,
transferOnCheck: true
}
}
},