Browse Source

代码顺序微调

Koishi 3 năm trước cách đây
mục cha
commit
bf36071907
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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);
             }
           },
         }