Commit bd0f089a authored by wcmoon's avatar wcmoon

fix: 上链的时候,key 置空

parent 2270743b
...@@ -133,7 +133,7 @@ function formatProperty2Api(property: Property): TemplateProperty | TmplSelectPr ...@@ -133,7 +133,7 @@ function formatProperty2Api(property: Property): TemplateProperty | TmplSelectPr
value: property.value value: property.value
}, },
type: property.type, type: property.type,
key: property.label, key: property.key,
label: property.label label: property.label
}; };
} else if (property.type === PropertyType.Date) { } else if (property.type === PropertyType.Date) {
......
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