This commit is contained in:
icssoa 2021-03-18 22:49:53 +08:00
parent efa7ea764a
commit 2060c4a958
2 changed files with 2 additions and 7 deletions

View File

@ -1,6 +1,6 @@
{
"name": "cool-admin-vue",
"version": "3.1.2",
"version": "3.1.3",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",

View File

@ -210,12 +210,7 @@ export default {
label: "权限",
value: 2
}
],
on: {
change: index => {
this.changeType(index);
}
}
]
}
},
{