南昌市物联网技防平台-前端
zengh
2023-01-16 8aa3edd56c279100c9053576f3e90fa55459fe77
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(",");
      }
    },