|
@@ -5,11 +5,11 @@ import { getAutoScrollContainer } from '/@/utils/common/compUtils';
|
|
|
/**
|
|
|
* 默认的查询表单项props
|
|
|
*
|
|
|
- * @param dictCode 字典编码,用于初始化子设备下拉框
|
|
|
- * @param deviceOptions 设备编码,用于初始化设备下拉框
|
|
|
+ * @param dictOptions 用于初始化子设备下拉框
|
|
|
+ * @param deviceOptions 用于初始化设备下拉框
|
|
|
* @returns
|
|
|
*/
|
|
|
-export const getDefaultSchemas: (dictCode: any[], deviceOptions: any[]) => FormSchema[] = (dictOptions: any[], deviceOptions: any[]) => [
|
|
|
+export const getDefaultSchemas: (dictOptions: any[], deviceOptions: any[]) => FormSchema[] = (dictOptions: any[], deviceOptions: any[]) => [
|
|
|
{
|
|
|
field: 'ttime_begin',
|
|
|
label: '开始时间',
|