|
@@ -17,7 +17,7 @@
|
|
|
import { defHttp } from '/@/utils/http/axios';
|
|
|
import dayjs from 'dayjs';
|
|
|
import { getAutoScrollContainer } from '/@/utils/common/compUtils';
|
|
|
- import { safetyDeviceList, safetyList } from './safety.api';
|
|
|
+ import { safetyDeviceList, safetyList } from '../safetyMonitor/safety.api';
|
|
|
import { getDictItemsByCode } from '/@/utils/dict';
|
|
|
|
|
|
const props = defineProps({
|