|
|
@@ -169,7 +169,7 @@
|
|
|
:datasource="productList"
|
|
|
:header-cell-style="rowClass"
|
|
|
:max-height="300"
|
|
|
- :cache-key="cacheKey"
|
|
|
+ :cache-key="cacheKeyUrl"
|
|
|
@columns-change="handleColumnChange"
|
|
|
>
|
|
|
<!-- 包装完好与否 -->
|
|
|
@@ -1015,7 +1015,7 @@
|
|
|
},
|
|
|
data() {
|
|
|
return {
|
|
|
- cacheKey: '202605141136-storageTableColumns',
|
|
|
+ cacheKeyUrl: '202605141136-storageTableColumns',
|
|
|
newColumns: [], // 动态表头
|
|
|
sceneState,
|
|
|
saveLoading: false,
|