|
@@ -576,7 +576,7 @@ export default {
|
576
|
576
|
var dl = this.doctorOptions.length;
|
577
|
577
|
if (dl > 0) {
|
578
|
578
|
for (let index = 0; index < dl; index++) {
|
579
|
|
- if ((this.doctorOptions[index].id = creater)) {
|
|
579
|
+ if ((this.doctorOptions[index].id == creater)) {
|
580
|
580
|
return this.doctorOptions[index].name;
|
581
|
581
|
}
|
582
|
582
|
}
|
|
@@ -588,7 +588,7 @@ export default {
|
588
|
588
|
if (dl > 0) {
|
589
|
589
|
for (let index = 0; index < dl; index++) {
|
590
|
590
|
|
591
|
|
- if (this.nurseOptions[index].id = start_nurse) {
|
|
591
|
+ if (this.nurseOptions[index].id == start_nurse) {
|
592
|
592
|
|
593
|
593
|
return this.nurseOptions[index].name;
|
594
|
594
|
}
|