This commit is contained in:
@@ -687,6 +687,12 @@ export default {
|
||||
if (triggeringChange || vm.formState.loading) {
|
||||
return;
|
||||
}
|
||||
|
||||
console.log("gzform::fieldValueChanged, values:", {
|
||||
ref: ref,
|
||||
formstate: vm.formState
|
||||
});
|
||||
|
||||
//If ref appears in the formState.serverErrors details collection, remove each one
|
||||
let m = window.$gz._.remove(vm.formState.serverError.details, function(
|
||||
o
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<v-container fluid>
|
||||
<gz-report-selector ref="reportSelector"></gz-report-selector>
|
||||
<!-- {{ formState }} -->
|
||||
{{ formState }}
|
||||
<v-row v-if="formState.ready">
|
||||
<v-col>
|
||||
<v-form ref="form">
|
||||
|
||||
Reference in New Issue
Block a user