Quellcode durchsuchen

cacheKeyUrl修改

liujt vor 1 Monat
Ursprung
Commit
3d537cc0e5

+ 2 - 2
src/views/bpm/handleTask/components/productionWarehousing/storage.vue

@@ -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,

+ 2 - 2
src/views/bpm/handleTask/components/purchaseOrder/invoice/receiptInfo.vue

@@ -83,7 +83,7 @@
       :needPage="false"
       :columns="columns"
       :datasource="detailData.productList"
-      :cache-key="cacheKey"
+      :cache-key="cacheKeyUrl"
       @columns-change="handleColumnChange"
       row-key="id"
       max-height="500px"
@@ -116,7 +116,7 @@
 
     data() {
       return {
-        cacheKey: '202605141437-receiptInfoTableColumns',
+        cacheKeyUrl: '202605141437-receiptInfoTableColumns',
         reviewStatusEnum,
         isHidePrice: 0
       };

+ 2 - 2
src/views/bpm/stockManagement/storage.vue

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