罗斌杰 11 months ago
parent
commit
816d546c2c
  1. 10
      src/views/doctorCheck/tabletCalling.vue

10
src/views/doctorCheck/tabletCalling.vue

@ -653,9 +653,9 @@ export default {
return; return;
} }
this.queueParams = {
patientRegisterId: this.queueParams.patientRegisterId,
};
// this.queueParams = {
// patientRegisterId: this.queueParams.patientRegisterId,
// };
this.dataTransOpts.plus.queue++; this.dataTransOpts.plus.queue++;
this.dialogWin.queue = true; this.dialogWin.queue = true;
}, },
@ -669,13 +669,13 @@ export default {
// //
rowClickAlready(row) { rowClickAlready(row) {
this.alreadyRow = row; this.alreadyRow = row;
this.setQueueParams(row)
// this.setQueueParams(row)
}, },
// //
rowClickOver(row) { rowClickOver(row) {
this.overRow = row; this.overRow = row;
this.setQueueParams(row)
// this.setQueueParams(row)
}, },
}, },
}; };

Loading…
Cancel
Save