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