Просмотр исходного кода

fix 取消同期上下限/均线/标准差的默认图例

cxmo 9 месяцев назад
Родитель
Сommit
4639c751f0
1 измененных файлов с 3 добавлено и 2 удалено
  1. 3 2
      src/views/dataEntry_manage/components/addAverageDialog.vue

+ 3 - 2
src/views/dataEntry_manage/components/addAverageDialog.vue

@@ -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()
             }
         }
     },