src/views/suser/suser.vue
@@ -48,7 +48,7 @@ selectionList: [], option: { height:'auto', calcHeight: 30, calcHeight: 54, tip: false, searchShow: true, border: true, @@ -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(","); } },