diff --git a/src/views/system/dept/editDept.vue b/src/views/system/dept/editDept.vue
index d7a2129..d542394 100644
--- a/src/views/system/dept/editDept.vue
+++ b/src/views/system/dept/editDept.vue
@@ -17,7 +17,7 @@
-
+
@@ -126,6 +126,7 @@
this.dialogStatus = dialogStatus
this.dialogFormVisible = dialogFormVisible
this.btnLoading = false
+ this.$refs.deptSelect.fetchPcode()
// this.fetchPcode()
if (dialogStatus === 'create') { // 如果是新增,清除验证
this.resetForm()
diff --git a/src/views/system/dept/editDept.vue b/src/views/system/dept/editDept.vue
index d7a2129..d542394 100644
--- a/src/views/system/dept/editDept.vue
+++ b/src/views/system/dept/editDept.vue
@@ -17,7 +17,7 @@
-
+
@@ -126,6 +126,7 @@
this.dialogStatus = dialogStatus
this.dialogFormVisible = dialogFormVisible
this.btnLoading = false
+ this.$refs.deptSelect.fetchPcode()
// this.fetchPcode()
if (dialogStatus === 'create') { // 如果是新增,清除验证
this.resetForm()
diff --git a/src/views/system/dept/listDept.vue b/src/views/system/dept/listDept.vue
index da2419a..50b3eaf 100644
--- a/src/views/system/dept/listDept.vue
+++ b/src/views/system/dept/listDept.vue
@@ -45,11 +45,11 @@
},
columns: [
{
- text: '组织机构简称',
+ text: '组织名称',
value: 'simplename'
},
{
- text: '组织机构全称',
+ text: '组织全称',
value: 'fullname'
},
{