6c9ee82a by lihua

修改合约验证报错

1 parent fd08dd92
...@@ -695,7 +695,7 @@ const submit = () => { ...@@ -695,7 +695,7 @@ const submit = () => {
695 expandBase.value = true; 695 expandBase.value = true;
696 var obj = Object.keys(errorItem); 696 var obj = Object.keys(errorItem);
697 baseInfoFormRef.value.ruleFormRef?.scrollToField(obj[0]); 697 baseInfoFormRef.value.ruleFormRef?.scrollToField(obj[0]);
698 nodeInfoFormRef.value.validate(); 698 nodeInfoFormRef.value.ruleFormRef?.validate();
699 } 699 }
700 }); 700 });
701 } 701 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!