|
@@ -4187,6 +4187,7 @@ export default {
|
4187
|
4187
|
this.projects[i].execution_time = this.projects[i].execution_time
|
4188
|
4188
|
this.projects[i].execution_staff= this.projects[i].execution_staff
|
4189
|
4189
|
this.projects[i].advice_name = this.projects[i].team.project_team
|
|
4190
|
+ this.projects[i].advice_doctor = this.projects[i].doctor
|
4190
|
4191
|
|
4191
|
4192
|
|
4192
|
4193
|
this.doctor_advices.push(this.projects[i])
|
|
@@ -4199,6 +4200,7 @@ export default {
|
4199
|
4200
|
this.projects[i].single_dose_unit = this.projects[i].unit
|
4200
|
4201
|
this.projects[i].execution_time = this.projects[i].execution_time
|
4201
|
4202
|
this.projects[i].execution_staff= this.projects[i].execution_staff
|
|
4203
|
+ this.projects[i].advice_doctor = this.projects[i].doctor
|
4202
|
4204
|
this.doctor_advices.push(this.projects[i])
|
4203
|
4205
|
// this.doctor_advices_2.push(this.projects[i])
|
4204
|
4206
|
}
|