微盘权限设置

This commit is contained in:
yanran200730
2022-12-23 14:01:47 +08:00
parent 0f122aad76
commit da8c1bdaf2
4 changed files with 118 additions and 222 deletions

View File

@@ -8,7 +8,6 @@
<script>
import List from './components/List'
import Add from './components/Add'
export default {
name: 'AppMicrodiskManage',
@@ -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