Commit f88989d3 authored by chenshouchao's avatar chenshouchao

feat: 新增自定义模板时参数取值由value改为defaultValue

parent c9248d76
......@@ -298,7 +298,7 @@ const ParameterSetting = (props: IParameterSettingProps) => {
)}
{(parameter.domType || "").toLowerCase() === "partition" && (
<QueueSelect
value={parameter.value || ""}
value={parameter.defaultValue || ""}
onChange={(e: any) =>
handleParameterChange(
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment