This commit is contained in:
2020-06-22 18:18:56 +00:00
parent d8ae4f43f8
commit 0158796796
4 changed files with 122 additions and 80 deletions

View File

@@ -758,6 +758,7 @@ export default {
}
if (newState.ready != null) {
console.log("gzform setting newstate ready to ", newState.ready);
newState.vm.formState.ready = newState.ready;
}
});