fix: 移除不必要的cache-id属性
This commit is contained in:
@@ -996,7 +996,6 @@ onBeforeUnmount(() => {
|
|||||||
</a-tooltip>
|
</a-tooltip>
|
||||||
<TableColumnsDnd
|
<TableColumnsDnd
|
||||||
v-if="tableColumns.length > 0"
|
v-if="tableColumns.length > 0"
|
||||||
:cache-id="`kpiTarget_${state.neType[0]}`"
|
|
||||||
:columns="tableColumns"
|
:columns="tableColumns"
|
||||||
v-model:columns-dnd="tableColumnsDnd"
|
v-model:columns-dnd="tableColumnsDnd"
|
||||||
></TableColumnsDnd>
|
></TableColumnsDnd>
|
||||||
|
|||||||
1129
src/views/perfManage/kpiOverView/index-hasC.vue
Normal file
1129
src/views/perfManage/kpiOverView/index-hasC.vue
Normal file
File diff suppressed because it is too large
Load Diff
1127
src/views/perfManage/kpiOverView/index-orgin.vue
Normal file
1127
src/views/perfManage/kpiOverView/index-orgin.vue
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user