Преглед на файлове

Merge branch 'main' of http://git.cc-lotus.info/follow-up/follow_server

lrf преди 1 година
родител
ревизия
681ae9d165
променени са 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) {
     super(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;
   }
 }