WXL
2023-12-15 04332cb7ab99f5744c79cd70686e86a878a14b7f
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); // 从索引位置删除一个元素