jinlin
2023-12-11 fe2f3011f3f5d3ea760b6520e9e95a2c419e4b78
web/src/views/modules/configItemChange/ConfigItemChange-AddOrUpdate.vue
@@ -401,6 +401,7 @@
      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({})
@@ -414,7 +415,6 @@
        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) {