485f5781 by lihua

修改合约验证报错

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