卡口登记

This commit is contained in:
yanran200730
2022-09-26 17:07:59 +08:00
parent 43527038aa
commit b631420500
5 changed files with 124 additions and 210 deletions

View File

@@ -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