jinlin
2024-01-02 a38a1ac77bb6ac9ea8bf0cf5f5f6b68d0e6e6974
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) {