-
-
+
@@ -82,9 +82,6 @@ export default {
}
},
methods: {
- handleSelectionChange(val) {
- this.$emit('handleSelectionChange', val)
- },
moveHandle(index, type, row) {
this.$emit('moveHandle', { index, type, row })
},
@@ -96,6 +93,9 @@ export default {
},
removeTree(item) {
this.$emit('removeTree', item)
+ },
+ selection(selection, val) {
+ this.$emit('selection', { selection, val })
}
}
}
diff --git a/src/components/360View/medicalRecord/outPatientRecord/index.vue b/src/components/360View/medicalRecord/outPatientRecord/index.vue
index 30cb034..4c7a49e 100644
--- a/src/components/360View/medicalRecord/outPatientRecord/index.vue
+++ b/src/components/360View/medicalRecord/outPatientRecord/index.vue
@@ -217,7 +217,6 @@ export default {
height: 100%;
position: relative;
overflow: hidden;
- overflow-y: scroll;
.btnBox{
text-align: right;
position: absolute;