Commit 1cc8435d by 放生的三文鱼

新增资产自动填值

parent 1a80f765
......@@ -846,8 +846,7 @@ const AssetAction = React.forwardRef(function (props, ref) {
}
if (element.selectMode==='多选') return <MultipleSelect element={element}/>;
return <Input disabled={element.manualMaintain==='否'} />;
return <Input disabled={element.manualMaintain==='否'} defaultValue={element?.value || ''}/>;
}
const elementDetailComponent = (item, publishedItem) => {
......
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