|
@@ -122,9 +122,10 @@ export default {
|
|
|
isShow(newval){
|
|
|
if(newval){
|
|
|
Object.assign(this.averageForm,this.formData)
|
|
|
- if(!this.averageForm.Legend){
|
|
|
+ /* if(!this.averageForm.Legend){
|
|
|
this.getLegend()
|
|
|
- }
|
|
|
+ } */
|
|
|
+ this.$refs.averageFormRef.clearValidate()
|
|
|
}
|
|
|
}
|
|
|
},
|