<i class="el-icon-close"

                       @click="deleteItem(index, ind)"></i>

 

// 删除选中的数据

    deleteItem (index, ind) {

      console.log(index, ind)

      this.cList.data[index].quData.splice(ind, 1)

      this.cList = Object.assign({}, this.cList)

      console.log(this.charpterList)

    },

使用 Object.assign({}, this.cList)直接赋值的原理监听

Logo

前往低代码交流专区

更多推荐