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 @@ -109,15 +109,13 @@ export default defineComponent({
109
109
},
110
110
created() {
111
111
this .tabItems .unshift (this .itemName );
112
- // if (config.scope.type === 'organization') {
113
- // get the last item in the array,which is 'api response'
114
- // and add 'seat analysis' before it
115
- let lastItem = this .tabItems .pop ();
116
- this .tabItems .push (' seat analysis' );
117
- if (lastItem ) {
118
- this .tabItems .push (lastItem );
119
- }
120
- // }
112
+ // get the last item in the array,which is 'api response'
113
+ // and add 'seat analysis' before it
114
+ let lastItem = this .tabItems .pop ();
115
+ this .tabItems .push (' seat analysis' );
116
+ if (lastItem ) {
117
+ this .tabItems .push (lastItem );
118
+ }
121
119
},
122
120
setup() {
123
121
const metricsReady = ref (false );
You can’t perform that action at this time.
0 commit comments