|
@@ -745,7 +745,7 @@
|
745
|
745
|
|
746
|
746
|
<td>
|
747
|
747
|
<span v-if="getTime(monitor.operate_time) != ''">
|
748
|
|
- {{ monitor.arterial_pressure ? monitor.arterial_pressure : "" }}
|
|
748
|
+ {{ monitor.transmembrane_pressure ? monitor.transmembrane_pressure : "" }}
|
749
|
749
|
</span>
|
750
|
750
|
</td>
|
751
|
751
|
|
|
@@ -2348,6 +2348,8 @@ export default {
|
2348
|
2348
|
) {
|
2349
|
2349
|
this.queryParams.xtdate = xtdate;
|
2350
|
2350
|
this.queryParams.xtno = xtno;
|
|
2351
|
+ this.xtdate = xtdate
|
|
2352
|
+
|
2351
|
2353
|
this.getDialysisRecord();
|
2352
|
2354
|
} else {
|
2353
|
2355
|
this.$message.error("参数不齐");
|