diff --git a/sgzb-ui/src/views/base/assetAttributeManagement/index.vue b/sgzb-ui/src/views/base/assetAttributeManagement/index.vue
index f6935f69..ca4aa13d 100644
--- a/sgzb-ui/src/views/base/assetAttributeManagement/index.vue
+++ b/sgzb-ui/src/views/base/assetAttributeManagement/index.vue
@@ -99,7 +99,7 @@
-
+
diff --git a/sgzb-ui/src/views/base/comeAndGo/index.vue b/sgzb-ui/src/views/base/comeAndGo/index.vue
index 5b44c39c..1409cef6 100644
--- a/sgzb-ui/src/views/base/comeAndGo/index.vue
+++ b/sgzb-ui/src/views/base/comeAndGo/index.vue
@@ -181,6 +181,7 @@
diff --git a/sgzb-ui/src/views/base/project/index.vue b/sgzb-ui/src/views/base/project/index.vue
index 854afe6f..c8d75966 100644
--- a/sgzb-ui/src/views/base/project/index.vue
+++ b/sgzb-ui/src/views/base/project/index.vue
@@ -104,7 +104,7 @@
-
+
diff --git a/sgzb-ui/src/views/base/section/index.vue b/sgzb-ui/src/views/base/section/index.vue
index 0104bdcb..8f931a38 100644
--- a/sgzb-ui/src/views/base/section/index.vue
+++ b/sgzb-ui/src/views/base/section/index.vue
@@ -186,6 +186,7 @@
diff --git a/sgzb-ui/src/views/repairTest/repair/dialogOneForm.vue b/sgzb-ui/src/views/repairTest/repair/dialogOneForm.vue
index 55718938..7b28c1c7 100644
--- a/sgzb-ui/src/views/repairTest/repair/dialogOneForm.vue
+++ b/sgzb-ui/src/views/repairTest/repair/dialogOneForm.vue
@@ -32,6 +32,7 @@
style="width: 350px"
:options="deptList"
:normalizer="normalizer"
+ noChildrenText="没有数据了" noOptionsText="没有数据" noResultsText="没有搜索结果"
placeholder="选择上级"
:disable-branch-nodes="true"
/>
@@ -195,6 +196,7 @@
v-model="domain.partId"
:options="deptList"
:normalizer="normalizer"
+ noChildrenText="没有数据了" noOptionsText="没有数据" noResultsText="没有搜索结果"
placeholder="选择上级"
:disable-branch-nodes="true"
/>
diff --git a/sgzb-ui/src/views/store/shelves/shelvesList.vue b/sgzb-ui/src/views/store/shelves/shelvesList.vue
index 909d8056..645e4293 100644
--- a/sgzb-ui/src/views/store/shelves/shelvesList.vue
+++ b/sgzb-ui/src/views/store/shelves/shelvesList.vue
@@ -88,7 +88,7 @@
-
+
diff --git a/sgzb-ui/src/views/store/tools/toolsType.vue b/sgzb-ui/src/views/store/tools/toolsType.vue
index 6dfcea7c..89148c0f 100644
--- a/sgzb-ui/src/views/store/tools/toolsType.vue
+++ b/sgzb-ui/src/views/store/tools/toolsType.vue
@@ -235,6 +235,7 @@
v-model="form.parentId"
:options="treeOptions"
:show-count="true"
+ noChildrenText="没有数据了" noOptionsText="没有数据" noResultsText="没有搜索结果"
placeholder="请选择所属上级分类"
/>
diff --git a/sgzb-ui/src/views/system/dept/index.vue b/sgzb-ui/src/views/system/dept/index.vue
index 8db80669..1fb57d6d 100644
--- a/sgzb-ui/src/views/system/dept/index.vue
+++ b/sgzb-ui/src/views/system/dept/index.vue
@@ -102,7 +102,7 @@
-
+
diff --git a/sgzb-ui/src/views/system/menu/index.vue b/sgzb-ui/src/views/system/menu/index.vue
index d06f8c8a..f2073a81 100644
--- a/sgzb-ui/src/views/system/menu/index.vue
+++ b/sgzb-ui/src/views/system/menu/index.vue
@@ -67,7 +67,7 @@
+ placeholder="选择上级菜单" noChildrenText="没有数据了" noOptionsText="没有数据" noResultsText="没有搜索结果" />
diff --git a/sgzb-ui/src/views/tool/gen/genInfoForm.vue b/sgzb-ui/src/views/tool/gen/genInfoForm.vue
index 3f8d67f5..6017df7a 100644
--- a/sgzb-ui/src/views/tool/gen/genInfoForm.vue
+++ b/sgzb-ui/src/views/tool/gen/genInfoForm.vue
@@ -73,6 +73,7 @@
:options="menus"
:normalizer="normalizer"
:show-count="true"
+ noChildrenText="没有数据了" noOptionsText="没有数据" noResultsText="没有搜索结果"
placeholder="请选择系统菜单"
/>