jinlin
2023-12-19 67c04bf46afc584884b73a57d3d23012126c5afc
web/src/views/modules/configItemChange/configItemList.vue
@@ -45,16 +45,17 @@
    return {
      pageCode:'',
      dataForm: {
        id:'',
        ids:null,
        projectId:'',
        configChangeList:[],
        remarkList:[]
      }
    }
  },
  methods: {
    init(projectId,id) {
    init(projectId,ids) {
      this.dataForm.projectId = projectId
      this.dataForm.id = id
       this.dataForm.ids = ids
      console.log(this.dataForm,'this.dataForm.id')
      this.$nextTick(()=>{
        this.$refs.tableObj.query()
@@ -68,6 +69,7 @@
    },
    changeRow(selection){
      this.dataForm.configChangeList = selection
      this.dataForm.remarkList = selection
      console.log(this.dataForm.configChangeList,'this.dataForm.checkList 选中的列表数据')
    },
    async formSubmit(){