Commit dd3fa10a authored by coderTomato's avatar coderTomato

解决配置项添加输入框,只能输入一个框的值的问题

parent b68b0f85
......@@ -38,7 +38,9 @@ const StudioSetting = (props: any) => {
return itemList;
};
form.setFieldsValue(current.task);
useEffect(()=>{
form.setFieldsValue(current.task);
},[])
const onValuesChange = (change:any,all:any)=>{
let newTabs = tabs;
......
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