Form check of element-ui

check the form, click Edit, and route to the edited page. One of the select of the form (v-model is required for type), to verify the form when change.
declare form: {type:"",name:""} in the data of vue. Click Edit to assign the data to form. But at this point the type in the form will change, triggering the check of the form option. This select will be added with the verified style. How to write so that there will not be a check to pass this style?

Jun.22,2021
Menu