Explorar el Código

试验汇总回显判断优化

lvy hace 1 semana
padre
commit
7880ae4219
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/tentative/components/dataMap.vue

+ 1 - 1
src/views/tentative/components/dataMap.vue

@@ -334,7 +334,7 @@ export default {
           })
         this.formoptions.forEach((ele)=>{
          this.listArr.forEach(async(eleItem,eleIndex)=>{
-          if(ele.pkeyId===eleItem.trialTabId){
+          if(ele.pkeyId==eleItem.trialTabId){
             eleItem.initTabId=ele.initTabId
             await this.getEleList(ele.initTabId)
            this.changeEle(eleItem.elementId,eleIndex)