|
@@ -280,7 +280,7 @@
|
280
|
280
|
</div>
|
281
|
281
|
|
282
|
282
|
<div
|
283
|
|
- class="all" @click="toToday"
|
|
283
|
+ class="all"
|
284
|
284
|
>
|
285
|
285
|
全部
|
286
|
286
|
</div>
|
|
@@ -289,7 +289,7 @@
|
289
|
289
|
</van-list>
|
290
|
290
|
</div>
|
291
|
291
|
|
292
|
|
- <div class="noimgBox" v-else>
|
|
292
|
+ <div class="noimgBox" v-else @click="toToday">
|
293
|
293
|
<img src="../../../assets/images/none.png" alt />
|
294
|
294
|
</div>
|
295
|
295
|
</div>
|
|
@@ -883,7 +883,7 @@ export default {
|
883
|
883
|
"&date=" +
|
884
|
884
|
date +
|
885
|
885
|
"&patient_name=" +
|
886
|
|
- this.patient_name+"&active1="+2
|
|
886
|
+ this.patient_name
|
887
|
887
|
);
|
888
|
888
|
},
|
889
|
889
|
Delete(id, index) {
|
|
@@ -931,6 +931,7 @@ export default {
|
931
|
931
|
},
|
932
|
932
|
created() {
|
933
|
933
|
var patientid = this.$route.query.patient_id;
|
|
934
|
+ console.log("并嗯ID",patientid)
|
934
|
935
|
this.getNewPatientId(patientid)
|
935
|
936
|
}
|
936
|
937
|
};
|