|
@@ -1,6 +1,8 @@
|
|
|
<template>
|
|
|
<div>
|
|
|
- <component :is="componentName"></component>
|
|
|
+ <keep-alive>
|
|
|
+ <component :is="componentName"></component>
|
|
|
+ </keep-alive>
|
|
|
</div>
|
|
|
</template>
|
|
|
|
|
@@ -9,6 +11,7 @@ import officeBlueCom from './components/officeBlue/parkingFeeDetail.vue';
|
|
|
import baseParkingFeeCom from './components/base/parkingFeeDetail.vue';
|
|
|
import baseMixins from './mixins/base'
|
|
|
export default {
|
|
|
+ name: 'parkingFeeDetail',
|
|
|
mixins:[baseMixins],
|
|
|
components: {
|
|
|
officeBlueCom,
|