WXL (wul)
6 天以前 51461f369f0b0ad1da96346afee5637302f1525b
src/views/patient/patient/outpatient.vue
@@ -986,7 +986,7 @@
    },
    // 多选框选中数据
    handleSelectionChange(selection) {
      this.ids = selection.map((item) => item.patid);
      this.ids = selection.map((item) => item.id);
      this.single = selection.length != 1;
      this.multiple = !selection.length;
    },