|
@@ -17,6 +17,7 @@ import type { Key, RowSelectionType } from 'ant-design-vue/es/table/interface';
|
|
|
import type { FormRules, PageParams, ProtocolParamInfo, ProtocolStandardParam } from '@/types';
|
|
|
|
|
|
interface Props {
|
|
|
+ deviceType?: string;
|
|
|
protocolId?: number;
|
|
|
paramId?: number;
|
|
|
paramName?: string;
|
|
@@ -61,6 +62,7 @@ const getStandardParams = () => {
|
|
|
...pageParams.value,
|
|
|
platformParamName: paramNameOrCode.value,
|
|
|
platformParamCode: paramNameOrCode.value,
|
|
|
+ templateType: props.deviceType,
|
|
|
});
|
|
|
|
|
|
paramList.value = records;
|