mirror of
https://gitee.com/xiongmao1988/rax-medical.git
synced 2025-08-24 13:04:57 +08:00
空白异常
This commit is contained in:
parent
97709b525f
commit
92130cdd74
|
@ -155,10 +155,12 @@ function showData(i: any) {
|
|||
|
||||
function initData() {
|
||||
const remoteTasks = remoteWsStore.getRemoteTask();
|
||||
remoteItem.value = remoteTasks[remoteWsStore.currentTaskIndex]
|
||||
remoteItem.value = remoteTasks[remoteWsStore.getCurrentTaskIndex()]
|
||||
if (remoteItem.value) {
|
||||
remoteWsStore.createConnect(remoteItem.value.patient, remoteItem.value.patientId, remoteItem.value.date)
|
||||
getData()
|
||||
}
|
||||
}
|
||||
|
||||
function getData() {
|
||||
remoteWsStore.unsubscribeVital(remoteItem.value.patient, remoteItem.value.patientId, remoteItem.value.date);
|
||||
|
@ -283,12 +285,15 @@ const breakRemote = () => {
|
|||
}
|
||||
}
|
||||
|
||||
.info-box, .row-item .value {
|
||||
.info-box,
|
||||
.row-item .value {
|
||||
display: none;
|
||||
}
|
||||
|
||||
&.is-total {
|
||||
.info-box, .row-item .value {
|
||||
|
||||
.info-box,
|
||||
.row-item .value {
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user