1
continuous-integration/drone/push Build is passing Details

uat_us
wangxiaoshuang 2024-11-18 14:39:49 +08:00
parent 181a8bddf4
commit b30644ddd2
1 changed files with 3 additions and 0 deletions

View File

@ -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,