Просмотр исходного кода

fix(BOMmanage): 修复标准输出组件中缓存键名命名不一致问题

liujt 6 месяцев назад
Родитель
Сommit
fc8a63f668
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/views/material/BOMmanage/components/standardOutput.vue

+ 2 - 2
src/views/material/BOMmanage/components/standardOutput.vue

@@ -39,7 +39,7 @@
             row-key="id"
             height="calc(100vh - 350px)"
             class="dict-table"
-            :cacheKey="cacheKey"
+            :cache-key="cacheKeyUrl"
           >
             <template v-slot:componentAttribute="{ row }">
               <div>
@@ -256,7 +256,7 @@
 
         treeList: [],
         treeLoading: false,
-        cacheKey: 'main-material-detail-standardOutputKey',
+        cacheKeyUrl: 'main-material-detail-standardOutputKey',
 
         defaultProps: {
           children: 'children',