zs 1 рік тому
батько
коміт
8d8cf8a32f
1 змінених файлів з 0 додано та 6 видалено
  1. 0 6
      src/interface/group.interface.ts

+ 0 - 6
src/interface/group.interface.ts

@@ -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;
   }
   }
 }
 }