diff --git a/src/components/DynamicTree/index.vue b/src/components/DynamicTree/index.vue index 11a7d5f..2e1b9bc 100644 --- a/src/components/DynamicTree/index.vue +++ b/src/components/DynamicTree/index.vue @@ -84,7 +84,7 @@ } }) - const emit = defineEmits('selectTree', 'delTree') + const emits = defineEmits('selectTree', 'delTree') const tool = [ { @@ -117,7 +117,7 @@ const handleTreeClick = (selectedKeys, event) => { treeRow = event.node - emit('selectTree', treeRow) + emits('selectTree', treeRow) } const handleAddTree = () => { diff --git a/src/components/OperationalInformation/index.vue b/src/components/OperationalInformation/index.vue new file mode 100644 index 0000000..f8ce042 --- /dev/null +++ b/src/components/OperationalInformation/index.vue @@ -0,0 +1,70 @@ + + + + + diff --git a/src/views/basicData/stash/detail/index.vue b/src/views/basicData/stash/detail/index.vue index 22eea6e..3f185ae 100644 --- a/src/views/basicData/stash/detail/index.vue +++ b/src/views/basicData/stash/detail/index.vue @@ -26,9 +26,6 @@ ref="formRef2" /> - - - { + if (item.name === 'parentId') { + item.attrs.options = sysStoreTreeList + } + }) + } }) let activeKey = ref('1') diff --git a/src/views/basicData/tissue/detail/TissueForm.vue b/src/views/basicData/tissue/detail/TissueForm.vue index c4d76e0..5e5ba66 100644 --- a/src/views/basicData/tissue/detail/TissueForm.vue +++ b/src/views/basicData/tissue/detail/TissueForm.vue @@ -95,6 +95,8 @@ + + @@ -114,8 +114,8 @@ 启用 停用 -