wente
2024-03-22 76cdda8f731c4aa7d8ae0216d29f1c362dc53125
表决判定
1个文件已修改
3 ■■■■ 已修改文件
web/src/views/modules/taskReliability/ConfigNode/index.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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')