WXL
2025-04-27 136b92041c3303fbb52f3d8ac95237c8788db93b
src/views/patient/patient/index.vue
@@ -967,6 +967,7 @@
        allhosp: "1",
        pageSize: 10,
        searchscope: 2,
        notrequiredFlag:1,
        tagname: "",
        idcardno: undefined,
        name: undefined,
@@ -1144,7 +1145,6 @@
    handleUpdate(row) {
      const userIds = row.id || this.ids;
      particularpatient(userIds).then((response) => {
        console.log(response);
        this.form = response.data;
      });
      this.amendtag = true;