File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -94,15 +94,13 @@ export default defineComponent({
94
94
},
95
95
created() {
96
96
this .tabItems .unshift (this .itemName );
97
- // if (config.scope.type === 'organization') {
98
- // get the last item in the array,which is 'api response'
99
- // and add 'seat analysis' before it
100
- let lastItem = this .tabItems .pop ();
101
- this .tabItems .push (' seat analysis' );
102
- if (lastItem ) {
103
- this .tabItems .push (lastItem );
104
- }
105
- // }
97
+ // get the last item in the array,which is 'api response'
98
+ // and add 'seat analysis' before it
99
+ let lastItem = this .tabItems .pop ();
100
+ this .tabItems .push (' seat analysis' );
101
+ if (lastItem ) {
102
+ this .tabItems .push (lastItem );
103
+ }
106
104
},
107
105
setup() {
108
106
const metricsReady = ref (false );
You can’t perform that action at this time.
0 commit comments