forked from dyf/dyf-vue-ui
报警列表卡片,模式页面布局修改,估计播放,优化体验
This commit is contained in:
@ -15,9 +15,8 @@ export const deviceInstructionRecord = (params) => {
|
||||
params: params
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
// 导出
|
||||
export default {
|
||||
devicegroupList,
|
||||
deviceInstructionRecord,
|
||||
deviceInstructionRecord
|
||||
};
|
||||
@ -8,6 +8,7 @@ export interface deviceQuery {
|
||||
deviceType: string;
|
||||
startTime: string; // 接口要求的开始时间字段
|
||||
endTime: string // 接口要求的结束时间字段
|
||||
content:string
|
||||
}
|
||||
export interface deviceVO {
|
||||
id: number; // 设备ID
|
||||
|
||||
Reference in New Issue
Block a user