|
|
@@ -140,7 +140,7 @@
|
|
|
:initLoad="!isFirstRefreshTable"
|
|
|
@columns-change="handleColumnChange"
|
|
|
:rowClickChecked="true"
|
|
|
- :cache-key="'product-list-cache-key'"
|
|
|
+ :cache-key="cacheKey"
|
|
|
>
|
|
|
<!-- 表头工具栏 -->
|
|
|
<template v-slot:action="{ row }">
|
|
|
@@ -260,6 +260,7 @@
|
|
|
isColorId: [],
|
|
|
dataSources: '1', // 0:仓库;1:主数据
|
|
|
dimension: '1',
|
|
|
+ cacheKey: 'product-list-cache-key',
|
|
|
searchForm: {
|
|
|
categoryCode: '',
|
|
|
categoryName: '',
|
|
|
@@ -427,7 +428,6 @@
|
|
|
row.warrantyPeriodUnit
|
|
|
);
|
|
|
}
|
|
|
- console.log(row.warrantyPeriodUnit, unit)
|
|
|
return row.warrantyPeriod ? row.warrantyPeriod + unit : '';
|
|
|
}
|
|
|
},
|