3de17094 by lihua

fix: 修复分析结果后返回上一步修改规则配置,未重新分析。

1 parent b7f0208b
......@@ -1058,7 +1058,7 @@ const getStepTwoConfigInfo = async () => {
// 验证通过
return {
anonPrivacyMode: cloneDeep(privacyFormRef.value?.formInline),
anonTaskRules: ruleModelTableInfo.value.data
anonTaskRules: cloneDeep(ruleModelTableInfo.value.data)
};
} catch (error) {
// 验证失败
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!