This commit is contained in:
2020-08-12 23:25:20 +00:00
parent 3253735d8c
commit 36ed43fb47

View File

@@ -73,7 +73,7 @@ export default {
async created() {
let vm = this;
try {
// await initForm(vm);
// await initForm(vm);
vm.formState.ready = true;
window.$gz.eventBus.$on("menu-click", clickHandler);