This commit is contained in:
yanran200730
2022-10-10 10:18:04 +08:00
parent 9c69aab95c
commit cb7493c6c9
3 changed files with 1 additions and 211 deletions

View File

@@ -8,7 +8,6 @@
<script>
import List from './components/List'
import Add from './components/Add'
export default {
name: 'AppDataPermissionConfig',
@@ -28,7 +27,6 @@
},
components: {
Add,
List
},
@@ -37,11 +35,6 @@
methods: {
onChange (data) {
if (data.type === 'Add') {
this.component = 'Add'
this.params = data.params
}
if (data.type === 'list') {
this.component = 'List'
this.params = data.params