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