summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--webapp/src/components/PermissionModuleEdit.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/src/components/PermissionModuleEdit.vue b/webapp/src/components/PermissionModuleEdit.vue
index bd44860..85102b5 100644
--- a/webapp/src/components/PermissionModuleEdit.vue
+++ b/webapp/src/components/PermissionModuleEdit.vue
@@ -220,7 +220,7 @@ export default {
},
watch: {
step (val) {
- if (val === '3') this.loadChilds()
+ if (val === '3' || val === '4') this.loadChilds()
},
dialog: {
immediate: true,