wente
2024-01-12 c21bf35f523ee1430fc5fa02ab1b4171492009b6
web/src/views/modules/configItemChange/configItemList.vue
@@ -61,7 +61,8 @@
        projectId:'',
        pageCode:'',
        configChangeList:[],
        remarkList:[]
        remarkList:[],
        configOutboundList:[]
      }
    }
  },
@@ -88,6 +89,7 @@
    changeRow(selection){
      this.dataForm.configChangeList = selection
      this.dataForm.remarkList = selection
      this.dataForm.configOutboundList = selection
      console.log(this.dataForm.configChangeList,'this.dataForm.checkList 选中的列表数据')
    },
    isPreview(row) {