Skip to content

Commit e64e9f9

Browse files
committed
Hide edit dialog when load data.
1 parent f09d4a0 commit e64e9f9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: .vscode/tasks.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"regexp": "webpack is watching the files"
2929
},
3030
"endsPattern": {
31-
"regexp": "Entrypoint HtmlWebpackPlugin_0"
31+
"regexp": "Entrypoint query"
3232
}
3333
}
3434
}

Diff for: src/vue/result/App.vue

+1
Original file line numberDiff line numberDiff line change
@@ -451,6 +451,7 @@ export default {
451451
}
452452
// loading
453453
this.table.loading = false;
454+
this.$refs.editor.close();
454455
},
455456
// show call when change table
456457
reset() {

0 commit comments

Comments
 (0)