src/views/repositoryai/intention/index.vue @@ -950,7 +950,7 @@ }); this.sortFn(); }, deloption() { deloption(item) { const index = this.testuserList.indexOf(item); if (index !== -1) { this.testuserList.splice(index, 1); // 从索引位置删除一个元素