update
1.手表监测添加参数,查询当天信息
This commit is contained in:
@@ -93,7 +93,7 @@
|
||||
|
||||
const dayTimeO = ref();
|
||||
const dayTimeT = ref();
|
||||
const interval = ref(1);
|
||||
const interval = ref<any>(null);
|
||||
const title = ref(screenTitle ? screenTitle : '应急就医服务中心' + (simpleName || ''));
|
||||
const phone = ref(centerTel || '0951-6805199');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user