Browse Source

lrl -2021-09-07

lirl 3 years ago
parent
commit
28509d9ace
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/energyQuality/components/power/powerQualitySystem.vue

+ 1 - 1
src/views/energyQuality/components/power/powerQualitySystem.vue

@@ -467,7 +467,7 @@ export default {
             that.dialog.editorBox.type = 'add';
             that.dialog.editorBox.show = true;
             setTimeout(() => {
-                that.$refs['dialog_form'].clearValidate();
+                that.$refs['dialog_form_arr'].clearValidate();
             }, 100);
         },
         // but_edit (row) {