| | |
| | | handleCommand() { |
| | | this.$nextTick(()=>{ |
| | | console.log(this.dataForm.projectId,'this.dataForm.projectId') |
| | | this.ids = this.dataForm.configChangeList.map(item=>item.selectId).join(',') |
| | | this.$refs.configItemList.$refs.dialog.init(this.dataForm.projectId,this.ids) |
| | | }) |
| | | // this.dataForm.configItemList.push({}) |
| | |
| | | if(data.configChangeList){ |
| | | this.dataForm.configChangeList=this.dataForm.configChangeList.concat(data.configChangeList) |
| | | } |
| | | this.ids = this.dataForm.configChangeList.map(item=>item.selectId).join(',') |
| | | console.log(this.dataForm.configChangeList,ids,'this.dataForm.configChangeList') |
| | | }, |
| | | openCheckOrderWin(row) { |