1
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
181a8bddf4
commit
b30644ddd2
|
@ -267,6 +267,8 @@ export default {
|
||||||
reviewerId() {
|
reviewerId() {
|
||||||
if (this.reviewerId) {
|
if (this.reviewerId) {
|
||||||
this.doctorId = this.reviewerId
|
this.doctorId = this.reviewerId
|
||||||
|
this.initForm()
|
||||||
|
this.getIsVacation()
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
@ -277,6 +279,7 @@ export default {
|
||||||
methods: {
|
methods: {
|
||||||
// 获取是否休假
|
// 获取是否休假
|
||||||
async getIsVacation() {
|
async getIsVacation() {
|
||||||
|
if (!this.doctorId) return false
|
||||||
try {
|
try {
|
||||||
let data = {
|
let data = {
|
||||||
DoctorId: this.doctorId,
|
DoctorId: this.doctorId,
|
||||||
|
|
Loading…
Reference in New Issue