@@ -267,6 +267,8 @@ export default {
|
||||
reviewerId() {
|
||||
if (this.reviewerId) {
|
||||
this.doctorId = this.reviewerId
|
||||
this.initForm()
|
||||
this.getIsVacation()
|
||||
}
|
||||
},
|
||||
},
|
||||
@@ -277,6 +279,7 @@ export default {
|
||||
methods: {
|
||||
// 获取是否休假
|
||||
async getIsVacation() {
|
||||
if (!this.doctorId) return false
|
||||
try {
|
||||
let data = {
|
||||
DoctorId: this.doctorId,
|
||||
|
||||
Reference in New Issue
Block a user