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