Unverified Commit 56914d69 authored by aiwenmo's avatar aiwenmo Committed by GitHub

Merge pull request #27 from coderTomato/dev

解决配置项添加输入框,只能输入一个框的值的问题
parents 281c00cb dd3fa10a
...@@ -38,7 +38,9 @@ const StudioSetting = (props: any) => { ...@@ -38,7 +38,9 @@ const StudioSetting = (props: any) => {
return itemList; return itemList;
}; };
useEffect(()=>{
form.setFieldsValue(current.task); form.setFieldsValue(current.task);
},[])
const onValuesChange = (change:any,all:any)=>{ const onValuesChange = (change:any,all:any)=>{
let newTabs = tabs; 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