This commit is contained in:
2019-05-06 22:34:53 +00:00
parent f44e04ddc7
commit ec3631c833
5 changed files with 52 additions and 29 deletions

View File

@@ -485,7 +485,8 @@ export default {
// loading:bool | undefined}
//
setFormState(newState) {
Vue.nextTick(function() {
//this returns a promise so any function that needs to wait for this can utilize that
return Vue.nextTick(function() {
if (newState.valid != undefined) {
newState.vm.formState.valid = newState.valid;
}