Koishi пре 3 година
родитељ
комит
bf36071907
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/views/sampleDatabase/fault/index.vue

+ 1 - 1
src/views/sampleDatabase/fault/index.vue

@@ -897,8 +897,8 @@ export default {
           cancelButtonText: "取消",
           callback(action) {
             if (action === "confirm") {
-              that.resetForm(ref);
               that.addDialogShow = false;
+              that.resetForm(ref);
             }
           },
         }