e9be6fda by lihua

修改合约验证报错

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