Pārlūkot izejas kodu

多层关联维护修改

zhangxc 6 gadi atpakaļ
vecāks
revīzija
71b6de03a3
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      src/components/icss/AddMedicalMultRelation.vue

+ 1 - 1
src/components/icss/AddMedicalMultRelation.vue

@@ -197,7 +197,7 @@ import api from '@api/icss.js';
             newChild = nodeList[i].conceptId
           }
           
-          if(nodeList[i].nodeList &&nodeList[i].nodeList.length > 0&&this.level < 3) {
+          if(nodeList[i].nodeList &&nodeList[i].nodeList.length > 0&&level < 3) {
             if(type == '0' || type =='1') {
               this.IteraNodeList(nodeList[i].nodeList,  newChild.nodeList, type, level+1)
             } else if(type == '2') {