zengh
2023-01-16 8aa3edd56c279100c9053576f3e90fa55459fe77
src/views/suser/suser.vue
@@ -220,9 +220,11 @@
      },
      ids() {
        let ids = [];
          console.log(this.selectionList,111111111);
        this.selectionList.forEach(ele => {
          ids.push(ele.id);
        });
          console.log(this.selectionList,333333333333);
        return ids.join(",");
      }
    },