wente
2024-01-12 735916a9ac00b8ef1a1e0a548e7804a3ffef396a
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) {