卡口登记
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div class="doc-circulation ailist-wrapper">
|
||||
<div class="doc-circulation">
|
||||
<keep-alive :include="['List']">
|
||||
<component ref="component" :is="component" @change="onChange" :params="params" :instance="instance" :dict="dict"></component>
|
||||
</keep-alive>
|
||||
@@ -11,8 +11,8 @@
|
||||
import Detail from './components/Detail'
|
||||
|
||||
export default {
|
||||
name: 'AppRiskArea',
|
||||
label: 'AppBayonetRegistration',
|
||||
name: 'AppBayonetRegistration',
|
||||
label: '卡口登记',
|
||||
|
||||
props: {
|
||||
instance: Function,
|
||||
@@ -39,7 +39,7 @@
|
||||
this.params = data.params
|
||||
}
|
||||
|
||||
if (data.type === 'list') {
|
||||
if (data.type === 'List') {
|
||||
this.component = 'List'
|
||||
this.params = data.params
|
||||
|
||||
|
||||
Reference in New Issue
Block a user