wente
2024-03-22 76cdda8f731c4aa7d8ae0216d29f1c362dc53125
web/src/views/modules/taskReliability/ConfigNode/index.vue
@@ -465,7 +465,8 @@
        globalGridAttr.voteNum = cell.getData().voteNum
        globalGridAttr.productType= cell.getData().productType
        console.log(cell.getData().voteNum,'cell.getData().voteNum')
        if(cell.getData().voteNum!==undefined || cell.getData().voteNum!=='' ||  this.globalGridAttr.nodeTypeExt === 'vote' || this.nodeType==='vote'){
        if(this.nodeType==='vote' || this.globalGridAttr.nodeTypeExt === 'vote' || (cell.getData().voteNum!==undefined && cell.getData().voteNum!=='')){
          console.log(cell.getData().voteNum,'cell.getData().voteNum')
          this.showNumberInput = true
        }
        console.log(this.showNumberInput,'this.showNumberInput')