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