perf: update get draw title

This commit is contained in:
ibuler
2025-03-20 11:17:41 +08:00
parent de3338c3f1
commit f27d6f0e97

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) {