@@ -470,6 +470,12 @@
//页面按钮点击
buttonTypeClick(type){
if(this.buttonType != type){
+ if(this.$refs.userform){
+ this.$refs.userform.clearValidate()
+ }
+ if(this.$refs.form){
+ this.$refs.form.clearValidate()
this.buttonType = type;
}
},