|
@@ -35,7 +35,7 @@
|
35
|
35
|
<check-box :checked="receiverTreatmentAccess.condition == 2 ? true : false"></check-box>
|
36
|
36
|
</div>
|
37
|
37
|
</div>
|
38
|
|
-
|
|
38
|
+
|
39
|
39
|
<div class="inline_block" v-if="receiverTreatmentAccess.condition == 1">
|
40
|
40
|
住院:
|
41
|
41
|
<div class="under_line" style="width: 30px;text-align: center;">
|
|
@@ -1657,7 +1657,7 @@ export default {
|
1657
|
1657
|
this.doctor_advices = doctor_advices_1;
|
1658
|
1658
|
this.doctor_advices_2 = doctor_advices_2;
|
1659
|
1659
|
}
|
1660
|
|
- console.log(this.advice_groups);
|
|
1660
|
+ // console.log(this.advice_groups);
|
1661
|
1661
|
} else {
|
1662
|
1662
|
this.loading = false;
|
1663
|
1663
|
this.$message.error("请求数据失败");
|