diff --git a/src/views/system/DepartList.vue b/src/views/system/DepartList.vue
index 47c1c9ad..e6503204 100644
--- a/src/views/system/DepartList.vue
+++ b/src/views/system/DepartList.vue
@@ -21,7 +21,7 @@
{{ $t('depart.deselect') }}
-
+
@@ -39,7 +39,7 @@
:checkStrictly="checkStrictly"
:expandedKeys="iExpandedKeys"
:autoExpandParent="autoExpandParent"
- @expand="onExpand"/>
+ @expand="onExpand" />
@@ -64,7 +64,8 @@
{{ $t('mergeAll') }}
- {{ $t('treeOperation') }}
+ {{ $t('treeOperation') }}
+
@@ -72,7 +73,7 @@
-
+
@@ -116,11 +117,11 @@
-
-
+
+
-
+
-
+
{{ $t('depart.selectDepartmentFirst') }}
-
+
@@ -471,7 +472,7 @@ export default {
this.$confirm({
title: this.$t('confirmDeletion'),
content: this.$t('depart.deleteDepartmentData'),
- onOk: function () {
+ onOk: () => {
deleteByDepartId({ id: that.rightClickSelectedKey }).then((resp) => {
if (resp.success) {
// 删除成功后,去除已选中中的数据
@@ -554,63 +555,63 @@ export default {
}