|
@@ -43,12 +43,6 @@ export class QVO_group extends FVO_group {
|
|
constructor(data: object) {
|
|
constructor(data: object) {
|
|
super(data);
|
|
super(data);
|
|
dealVO(this, data);
|
|
dealVO(this, data);
|
|
- // 正常列表只要doctor的id就行
|
|
|
|
- if (this.doctor && Object.keys(this.doctor).length > 0) {
|
|
|
|
- const newDoctor = get(this.doctor, '_id');
|
|
|
|
- this.doctor = newDoctor;
|
|
|
|
- }
|
|
|
|
- if (this.patients) delete this.patients;
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|