Explorar el Código

辅检层级维护拖拽Bug(2616)

zhangxc hace 5 años
padre
commit
ec5833ee37
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/components/medicalTerm/AddAssistCheckMultRelation.vue

+ 1 - 1
src/components/medicalTerm/AddAssistCheckMultRelation.vue

@@ -172,7 +172,7 @@ import config from '@api/config.js';
     },
     methods:{
        allowDrop(draggingNode, dropNode, type) {
-         if(draggingNode.parent.data.conceptName !== dropNode.parent.data.conceptName){
+        if(draggingNode.parent.data.conceptName !== dropNode.parent.data.conceptName){
           return false
         }else{
           return type !== 'inner'