Explorar o código

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

zhangxc %!s(int64=5) %!d(string=hai) anos
pai
achega
ec5833ee37
Modificáronse 1 ficheiros con 1 adicións e 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'