소스 검색

代码顺序微调

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);
             }
           },
         }