Commit 8e02163a authored by 彭俊龙's avatar 彭俊龙

feat:自动化工单测试

parent 5293754d
Pipeline #96630 failed with stages
......@@ -404,6 +404,7 @@ const CaseModify = props => {
const { code, data, msg } = await GetBizMetaData(paramObj);
const { formJson, values } = data[0];
const jsonObj = JSON.parse(formJson)
formJsonRef.current = jsonObj
setSchemaValues({ values, formJson: jsonObj });
console.log(formData, 'formDataformData')
}
......
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