罗斌杰 11 months ago
parent
commit
d84a86349c
  1. 3
      src/components/doctorCheck/QueueCheckList.vue
  2. 2
      src/views/doctorCheck/tabletCalling.vue

3
src/components/doctorCheck/QueueCheckList.vue

@ -542,6 +542,9 @@ export default {
//
rowClickAlready(row) {
this.alreadyRow = row;
this.queueParams = {
patientRegisterId: row.patientRegisterId,
};
},
//

2
src/views/doctorCheck/tabletCalling.vue

@ -669,7 +669,7 @@ export default {
//
rowClickAlready(row) {
this.alreadyRow = row;
// this.setQueueParams(row)
this.setQueueParams(row)
},
//

Loading…
Cancel
Save