修改合约验证报错
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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 | } | ... | ... |
-
Please register or sign in to post a comment