src/store/type/bedsideAuxiliaryScreen.type.ts
@@ -1,5 +1,5 @@ import { tryConvertToInt, deepClone } from "@/utils/utils"; import cache from "@/utils/cache"; import { Local } from "@/utils/storage"; export interface IotInfo { 属性历史列表: any[]; 床号: string; @@ -402,7 +402,7 @@ }; export const defaultDeviceData = (): BedsideAuxiliaryScreen => { const pageType = cache.get("devcieCode") const pageType = Local.get("devcieCode") ? EPageType.LOADING : EPatForm.OUTPATIENT_SERVICE; return {