vue + ElementUI close the dialog box empty validation, form clear form

addRoleDialog() {     
      this.$nextTick(() => {               
        this.$refs.userForm.resetFields()
      });
    },

 

Guess you like

Origin www.cnblogs.com/ckmouse/p/11768810.html