diff --git a/src/components/customField/AddForm.vue b/src/components/customField/AddForm.vue
index 5ea1d9d..d143133 100644
--- a/src/components/customField/AddForm.vue
+++ b/src/components/customField/AddForm.vue
@@ -133,24 +133,24 @@
:label-in-value="false"
:placeholder="$t('pleaseSelect')+item.dbFieldTxt" />
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
@@ -182,12 +182,12 @@ import TreeSelection from '../selection/TreeSelection'
import STreeSelect from '../STreeSelect'
import { isHasPermission } from '../../utils/hasPermission'
import { mapGetters } from 'vuex'
-// import TreeDataSelection from '../selection/TreeDataSelection'
+import TreeDataSelection from '../selection/TreeDataSelection'
export default {
name: 'AddForm',
components: {
- // TreeDataSelection,
+ TreeDataSelection,
UserSelection,
JMultipleDatePicker,
StandardSelection,
diff --git a/src/components/selection/TreeDataSelectModal.vue b/src/components/selection/TreeDataSelectModal.vue
new file mode 100644
index 0000000..1686455
--- /dev/null
+++ b/src/components/selection/TreeDataSelectModal.vue
@@ -0,0 +1,320 @@
+
+
+
+
+
+
+
+
+
+ {{ name }}
+
+ {{name}}
+
+
+
+
+
+
+
+
+
diff --git a/src/components/selection/TreeDataSelection.vue b/src/components/selection/TreeDataSelection.vue
new file mode 100644
index 0000000..47e0cc7
--- /dev/null
+++ b/src/components/selection/TreeDataSelection.vue
@@ -0,0 +1,151 @@
+
+
+
+
+
+
+