update 添加websocket功能推送员工报警信息
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
</div>
|
||||
<div class="con-item">
|
||||
<span>发生地点:</span>
|
||||
<span>{{ userInfo.address }}</span>
|
||||
<span>{{ userInfo?.address }}</span>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
@@ -71,9 +71,9 @@
|
||||
realName: '',
|
||||
orgName1: '',
|
||||
phone: '',
|
||||
eventType_dictText: '体温异常',
|
||||
warnTime: '2023-11-23 16:23',
|
||||
address: '陕西省西安市',
|
||||
eventType_dictText: '',
|
||||
warnTime: '',
|
||||
address: '',
|
||||
});
|
||||
|
||||
const dataSource = ref([
|
||||
@@ -126,7 +126,7 @@
|
||||
scrollList.value = result.records;
|
||||
}
|
||||
|
||||
console.log('dd', result);
|
||||
// console.log('dd', result);
|
||||
}
|
||||
|
||||
function sendPosition(item) {
|
||||
|
||||
Reference in New Issue
Block a user