|
@@ -29,6 +29,7 @@
|
|
|
row-key="id"
|
|
row-key="id"
|
|
|
@sort-change="onSortChange"
|
|
@sort-change="onSortChange"
|
|
|
@columns-change="handleColumnChange"
|
|
@columns-change="handleColumnChange"
|
|
|
|
|
+ :cacheKeyUrl="cacheKeyUrl"
|
|
|
>
|
|
>
|
|
|
<!-- :cache-key="cacheKeyUrl" -->
|
|
<!-- :cache-key="cacheKeyUrl" -->
|
|
|
<template v-slot:code="{ row }">
|
|
<template v-slot:code="{ row }">
|
|
@@ -152,7 +153,7 @@
|
|
|
selection: [],
|
|
selection: [],
|
|
|
|
|
|
|
|
newColumns: [],
|
|
newColumns: [],
|
|
|
- // cacheKeyUrl: 'c32a9c7d-aps-saleOrder',
|
|
|
|
|
|
|
+ cacheKeyUrl: 'c32a9c7d-aps-saleOrder',
|
|
|
columnsVersion: 1,
|
|
columnsVersion: 1,
|
|
|
// 订单类型
|
|
// 订单类型
|
|
|
orderTypeList: [
|
|
orderTypeList: [
|