1
0
mirror of https://github.com/jumpserver/lina.git synced 2025-05-13 10:34:22 +00:00

Merge pull request from jumpserver/pr@dev@update_title

perf: update get draw title
This commit is contained in:
老广 2025-03-20 11:18:42 +08:00 committed by GitHub
commit e2f87e62f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -72,7 +72,7 @@ export default {
},
data() {
return {
title: '',
drawerTitle: '',
action: '',
drawerVisible: false,
drawerComponent: ''
@ -80,9 +80,6 @@ export default {
},
computed: {
...mapGetters(['inDrawer']),
drawerTitle() {
return this.getDefaultTitle()
},
iHeaderActions() {
const actions = this.headerActions
if (!actions.onCreate) {