Commit bf34a6fb authored by cellee's avatar cellee

Merge branch 'final' of http://120.77.240.215:9701/Maple/tostumi.git into final

parents dd58cf90 1bef0bd3
......@@ -72,7 +72,7 @@ const Edit = (props: any) => {
// 处理服务范围数据
optionsList.forEach((v, index) => {
if (v.serviceName === SaveChooseData.serviceScope) {
SaveChooseData.serviceScopeList[index] = v.serviceCode;
SaveChooseData.serviceScopeList[0] = v.serviceCode;
}
});
} else {
......@@ -87,7 +87,6 @@ const Edit = (props: any) => {
}
formRef.current.setFieldsValue(SaveChooseData);
console.log(SaveChooseData);
}
}, [SaveChooseData]);
......
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