+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
- {{ $t('commons.enable') }}
- {{ $t('commons.disable') }}
-
-
-
-
-
-
-
-
+
+ {{ $t('commons.enable') }}
+ {{ $t('commons.disable') }}
+
+
+
+
-
-
-
-
+
-
+
+
@@ -149,7 +154,11 @@ export default {
formType: 'add'
}
},
-
+ mounted() {
+ this.$nextTick(() => {
+ this.$store.dispatch('app/toggleSideBarHide', true)
+ })
+ },
created() {
this.$store.dispatch('app/toggleSideBarHide', true)
this.queryPerson()
@@ -259,3 +268,21 @@ export default {
}
}
+