iview uses the Form form, Input uses Enter to enter the page to refresh the problem

Solution: Add @submit .native.prevent to  the form tag to prohibit triggering the submit event of the form.

<Form :label-width="110" @submit.native.prevent >
               
 </Form>

Guess you like

Origin blog.csdn.net/qq_29483485/article/details/130615767